Build: use -Xskip-runtime-version-check globally in project
This commit is contained in:
@@ -17,10 +17,6 @@ dependencies {
|
||||
embedded(project(":kotlinx-serialization-compiler-plugin")) { transitive = false }
|
||||
}
|
||||
|
||||
tasks.withType(project.compileKotlin.class) {
|
||||
kotlinOptions.freeCompilerArgs += ["-Xskip-runtime-version-check"]
|
||||
}
|
||||
|
||||
jar {
|
||||
manifestAttributes(manifest, project)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user