ExperimentalJsStatic

Common
JVM
JS
Native
2.0
annotation class ExperimentalJsStatic
(source)

Marks the experimental JsStatic annotation.

Note that behavior of these annotations will likely be changed in the future.

Usages of such annotations will be reported as warnings unless an explicit opt-in with the OptIn annotation, e.g. @OptIn(ExperimentalJsStatic::class), or with the -opt-in=kotlin.js.ExperimentalJsStatic compiler option is given.

Constructors

Common
JVM
JS
Native
1.0

<init>

Marks the experimental JsStatic annotation.

ExperimentalJsStatic()