<init>

JS
1.1
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.