Advance deprecation level of Experimental and UseExperimental annotations to ERROR

This commit is contained in:
Abduqodiri Qurbonzoda
2021-09-28 17:44:02 +03:00
committed by Space
parent 6b453963ef
commit f0a75e7843
19 changed files with 6 additions and 30 deletions
@@ -23,8 +23,6 @@ public expect annotation class JsName(val name: String)
* the [OptIn] annotation, e.g. `@OptIn(ExperimentalJsExport::class)`,
* or with the `-opt-in=kotlin.js.ExperimentalJsExport` compiler option is given.
*/
@Suppress("DEPRECATION")
@Experimental(level = Experimental.Level.WARNING)
@RequiresOptIn(level = RequiresOptIn.Level.WARNING)
@MustBeDocumented
@Retention(AnnotationRetention.BINARY)