ExperimentalJsExport

Common
JVM
JS
Native
1.4
annotation class ExperimentalJsExport
(source)

Marks experimental JS export annotations.

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(ExperimentalJsExport::class), or with the -opt-in=kotlin.js.ExperimentalJsExport compiler option is given.

Constructors

Common
JVM
JS
Native
1.0

<init>

Marks experimental JS export annotations.

ExperimentalJsExport()