Fix failing on AS test with inserting -Xinline-classes to build script

This commit is contained in:
Victor Petukhov
2020-07-15 13:34:06 +03:00
parent c8b3e622f1
commit d2f5fbdd08
2 changed files with 0 additions and 4 deletions
@@ -4,5 +4,3 @@ buildscript {
mavenCentral()
}
}
apply(plugin ="kotlin")
@@ -6,8 +6,6 @@ buildscript {
mavenCentral()
}
}
apply(plugin ="kotlin")
val compileKotlin: KotlinCompile by tasks
compileKotlin.kotlinOptions {
freeCompilerArgs = listOf("-Xinline-classes")