[build] kotlin.*Compile: -Xskip-prerelease-check

(cherry picked from commit 57172ac6ead928b565fefaf49d8405a07c856e25)
This commit is contained in:
Vasily Levchenko
2021-01-27 15:18:17 +01:00
parent e63b405f58
commit 8b2f0d644b
8 changed files with 21 additions and 2 deletions
+1
View File
@@ -54,6 +54,7 @@ sourceSets["main"].withConvention(KotlinSourceSet::class) {
tasks.withType<KotlinCompile> {
dependsOn(generateCompilerVersion)
kotlinOptions.jvmTarget = "1.8"
kotlinOptions.freeCompilerArgs = listOf("-Xskip-prerelease-check")
}
tasks.clean {