Drop usages of CompilerArguments::useExperimental
This commit is contained in:
@@ -306,7 +306,7 @@ class GenerateIrRuntime {
|
||||
irOnly = true
|
||||
irModuleName = "kotlin"
|
||||
allowKotlinPackage = true
|
||||
useExperimental = arrayOf("kotlin.contracts.ExperimentalContracts", "kotlin.Experimental", "kotlin.ExperimentalMultiplatform")
|
||||
optIn = arrayOf("kotlin.contracts.ExperimentalContracts", "kotlin.Experimental", "kotlin.ExperimentalMultiplatform")
|
||||
allowResultReturnType = true
|
||||
multiPlatform = true
|
||||
languageVersion = "1.4"
|
||||
|
||||
Reference in New Issue
Block a user