Migrate -Xuse-experimental -> -Xopt-in in project sources
This commit is contained in:
@@ -70,6 +70,6 @@ tasks {
|
||||
|
||||
tasks.withType<KotlinCompile> {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += listOf("-Xuse-experimental=kotlin.Experimental")
|
||||
freeCompilerArgs += listOf("-Xopt-in=kotlin.RequiresOptIn")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user