Migrate -Xuse-experimental -> -Xopt-in in project sources

This commit is contained in:
Alexander Udalov
2020-03-05 01:34:42 +01:00
parent d668808b44
commit 787e4503e5
14 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -70,6 +70,6 @@ tasks {
tasks.withType<KotlinCompile> {
kotlinOptions {
freeCompilerArgs += listOf("-Xuse-experimental=kotlin.Experimental")
freeCompilerArgs += listOf("-Xopt-in=kotlin.RequiresOptIn")
}
}