Rename UseExperimental->OptIn, Experimental->RequiresOptIn in stdlib kdocs
This commit is contained in:
@@ -167,8 +167,8 @@ public annotation class JsQualifier(val value: String)
|
||||
* 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 [UseExperimental] annotation, e.g. `@UseExperimental(ExperimentalJsExport::class)`,
|
||||
* or with the `-Xuse-experimental=kotlin.js.ExperimentalJsExport` compiler option is given.
|
||||
* the [OptIn] annotation, e.g. `@OptIn(ExperimentalJsExport::class)`,
|
||||
* or with the `-Xopt-in=kotlin.js.ExperimentalJsExport` compiler option is given.
|
||||
*/
|
||||
@Experimental(level = Experimental.Level.WARNING)
|
||||
@RequiresOptIn(level = RequiresOptIn.Level.WARNING)
|
||||
|
||||
Reference in New Issue
Block a user