Build: use -Xskip-runtime-version-check globally in project

This commit is contained in:
Alexander Udalov
2021-07-25 18:37:51 +02:00
parent 1599a049aa
commit e0643a4185
5 changed files with 1 additions and 14 deletions
@@ -43,9 +43,3 @@ val unpill by tasks.creating {
dependsOn(jar)
doLast { runPillTask("unpill") }
}
tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>> {
kotlinOptions {
freeCompilerArgs = freeCompilerArgs + "-Xskip-runtime-version-check"
}
}