ExperimentalJsExport

JS
1.3
annotation class ExperimentalJsExport

Marks experimental JS export annotations.

Note that behaviour 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 -Xopt-in=kotlin.js.ExperimentalJsExport compiler option is given.

Constructors

JS
1.1

<init>

Marks experimental JS export annotations.

ExperimentalJsExport()