[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
+4
View File
@@ -37,6 +37,10 @@ konanArtifacts {
}
}
compileKotlin {
kotlinOptions.freeCompilerArgs += ['-Xskip-prerelease-check']
}
repositories {
maven {
url buildKotlinCompilerRepo