Drop usages of CompilerArguments::useExperimental
This commit is contained in:
@@ -120,7 +120,6 @@ class CompilerArgumentsContentProspectorTest {
|
|||||||
private val commonCompilerArgumentsArrayProperties = listOf(
|
private val commonCompilerArgumentsArrayProperties = listOf(
|
||||||
CommonCompilerArguments::pluginOptions,
|
CommonCompilerArguments::pluginOptions,
|
||||||
CommonCompilerArguments::pluginClasspaths,
|
CommonCompilerArguments::pluginClasspaths,
|
||||||
CommonCompilerArguments::useExperimental,
|
|
||||||
CommonCompilerArguments::optIn,
|
CommonCompilerArguments::optIn,
|
||||||
CommonCompilerArguments::commonSources,
|
CommonCompilerArguments::commonSources,
|
||||||
CommonCompilerArguments::disablePhases,
|
CommonCompilerArguments::disablePhases,
|
||||||
|
|||||||
@@ -306,7 +306,7 @@ class GenerateIrRuntime {
|
|||||||
irOnly = true
|
irOnly = true
|
||||||
irModuleName = "kotlin"
|
irModuleName = "kotlin"
|
||||||
allowKotlinPackage = true
|
allowKotlinPackage = true
|
||||||
useExperimental = arrayOf("kotlin.contracts.ExperimentalContracts", "kotlin.Experimental", "kotlin.ExperimentalMultiplatform")
|
optIn = arrayOf("kotlin.contracts.ExperimentalContracts", "kotlin.Experimental", "kotlin.ExperimentalMultiplatform")
|
||||||
allowResultReturnType = true
|
allowResultReturnType = true
|
||||||
multiPlatform = true
|
multiPlatform = true
|
||||||
languageVersion = "1.4"
|
languageVersion = "1.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user