Migrate -Xopt-in to -opt-in in Gradle Kotlin scripts
This commit is contained in:
committed by
TeamCityServer
parent
b8c3b34886
commit
ed035d99ab
@@ -69,6 +69,6 @@ tasks {
|
||||
|
||||
tasks.withType<KotlinCompile> {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += listOf("-Xopt-in=kotlin.RequiresOptIn")
|
||||
freeCompilerArgs += listOf("-opt-in=kotlin.RequiresOptIn")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user