Rename AnalysisFlags.useExperimental to optIn
This commit is contained in:
committed by
TeamCityServer
parent
aedcec7715
commit
007cf2ce7c
@@ -88,7 +88,7 @@ class GenerateIrRuntime {
|
||||
LanguageFeature.MultiPlatformProjects to LanguageFeature.State.ENABLED
|
||||
),
|
||||
analysisFlags = mapOf(
|
||||
AnalysisFlags.useExperimental to listOf(
|
||||
AnalysisFlags.optIn to listOf(
|
||||
"kotlin.contracts.ExperimentalContracts",
|
||||
"kotlin.Experimental",
|
||||
"kotlin.ExperimentalMultiplatform"
|
||||
|
||||
Reference in New Issue
Block a user