Deprecate Experimental/UseExperimental in favor of RequiresOptIn/OptIn
This commit is contained in:
@@ -19,6 +19,7 @@ import kotlin.internal.RequireKotlinVersionKind
|
||||
*
|
||||
* It's recommended to propagate the experimental status to the API that depends on unsigned types by annotating it with this annotation.
|
||||
*/
|
||||
@Suppress("DEPRECATION")
|
||||
@Experimental(level = Experimental.Level.WARNING)
|
||||
@RequiresOptIn(level = RequiresOptIn.Level.WARNING)
|
||||
@MustBeDocumented
|
||||
|
||||
Reference in New Issue
Block a user