Deprecate Experimental/UseExperimental in favor of RequiresOptIn/OptIn

This commit is contained in:
Alexander Udalov
2019-12-24 20:06:08 +01:00
parent f954a6c812
commit 514bf3eec0
8 changed files with 11 additions and 3 deletions
@@ -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