[build] remove obsolete -opt-in=kotlin.ExperimentalStdlibApi from :analysis:proejct-structure module
This commit is contained in:
committed by
Space Team
parent
e91e1a7729
commit
ba37ad9b85
@@ -14,10 +14,6 @@ kotlin {
|
||||
explicitApi()
|
||||
}
|
||||
|
||||
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
|
||||
kotlinOptions.freeCompilerArgs += "-opt-in=kotlin.ExperimentalStdlibApi"
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
"main" { projectDefault() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user