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()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
apply(plugin ="kotlin")
|
|
||||||
|
|||||||
-2
@@ -6,8 +6,6 @@ buildscript {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
apply(plugin ="kotlin")
|
|
||||||
val compileKotlin: KotlinCompile by tasks
|
val compileKotlin: KotlinCompile by tasks
|
||||||
compileKotlin.kotlinOptions {
|
compileKotlin.kotlinOptions {
|
||||||
freeCompilerArgs = listOf("-Xinline-classes")
|
freeCompilerArgs = listOf("-Xinline-classes")
|
||||||
|
|||||||
Reference in New Issue
Block a user