Fix failing on AS test with inserting -Xinline-classes to build script
This commit is contained in:
Vendored
-2
@@ -4,5 +4,3 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
apply(plugin ="kotlin")
|
||||
|
||||
-2
@@ -6,8 +6,6 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
apply(plugin ="kotlin")
|
||||
val compileKotlin: KotlinCompile by tasks
|
||||
compileKotlin.kotlinOptions {
|
||||
freeCompilerArgs = listOf("-Xinline-classes")
|
||||
|
||||
Reference in New Issue
Block a user