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
-1
View File
@@ -529,7 +529,6 @@ public final enum class DurationUnit : kotlin.Enum<kotlin.time.DurationUnit> {
enum entry DAYS
}
@kotlin.Experimental(level = Level.ERROR)
@kotlin.RequiresOptIn(level = Level.ERROR)
@kotlin.annotation.MustBeDocumented
@kotlin.annotation.Retention(value = AnnotationRetention.BINARY)