[Misc] Enable @Experimental project-wide
This commit is contained in:
committed by
Dmitry Savvinov
parent
f026a98403
commit
a0f339ffc7
@@ -593,7 +593,6 @@ fun Variance.convertVariance(): TypeVariance {
|
||||
}
|
||||
|
||||
|
||||
@Suppress("EXPERIMENTAL_IS_NOT_ENABLED")
|
||||
@UseExperimental(ExperimentalContracts::class)
|
||||
fun requireOrDescribe(condition: Boolean, value: Any?) {
|
||||
contract {
|
||||
|
||||
Reference in New Issue
Block a user