Advance deprecation level of Experimental and UseExperimental annotations to ERROR
This commit is contained in:
committed by
Space
parent
6b453963ef
commit
f0a75e7843
-2
@@ -35,8 +35,6 @@ import org.jetbrains.kotlin.types.expressions.ExpressionTypingContext
|
||||
* Please do not use them in general code.
|
||||
*/
|
||||
@RequiresOptIn(level = RequiresOptIn.Level.ERROR)
|
||||
@Suppress("DEPRECATION")
|
||||
@Experimental(level = Experimental.Level.ERROR)
|
||||
@Retention(AnnotationRetention.BINARY)
|
||||
internal annotation class InternalNonStableExtensionPoints
|
||||
|
||||
|
||||
Reference in New Issue
Block a user