ExperimentalJsNoRuntime

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

Since Kotlin

2.3