[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
@@ -67,6 +67,10 @@ configurations {
testImplementation.extendsFrom bundleDependencies
}
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
kotlinOptions.freeCompilerArgs = ["-Xskip-prerelease-check"]
}
dependencies {
shadow "org.jetbrains.kotlin:kotlin-stdlib:1.3.0"