W3cubDocs

/Kotlin

ExperimentalJsExport

Platform and version requirements: JVM (1.4), JS (1.4), Native (1.4)
annotation class ExperimentalJsExport

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

Constructors

Platform and version requirements: JVM (1.0), JS (1.0), Native (1.0)

<init>

Marks experimental JS export annotations.

ExperimentalJsExport()

© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.js/-experimental-js-export/index.html