Migrate -Xopt-in to -opt-in in Gradle Kotlin scripts
This commit is contained in:
committed by
TeamCityServer
parent
b8c3b34886
commit
ed035d99ab
@@ -17,6 +17,6 @@ sourceSets {
|
||||
|
||||
tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>> {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += "-Xopt-in=org.jetbrains.kotlin.fir.symbols.SymbolInternals"
|
||||
freeCompilerArgs += "-opt-in=org.jetbrains.kotlin.fir.symbols.SymbolInternals"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user