Build: use -Xskip-runtime-version-check globally in project
This commit is contained in:
@@ -16,9 +16,6 @@ sourceSets {
|
||||
"test" {}
|
||||
}
|
||||
|
||||
val compileKotlin: org.jetbrains.kotlin.gradle.tasks.KotlinCompile by tasks
|
||||
compileKotlin.kotlinOptions.freeCompilerArgs += "-Xskip-runtime-version-check"
|
||||
|
||||
val mutesPackageName = "org.jetbrains.kotlin.test.mutes"
|
||||
|
||||
application {
|
||||
|
||||
Reference in New Issue
Block a user