Build: remove obsolete argument -Xskip-runtime-version-check

It was removed in KT-41664.
This commit is contained in:
Alexander Udalov
2021-11-26 01:27:28 +01:00
parent 8e8a6e6108
commit 8a7d86c4e5
7 changed files with 6 additions and 16 deletions
-1
View File
@@ -199,7 +199,6 @@ tasks.withType<KotlinCompile>().configureEach {
kotlinOptions.allWarningsAsErrors = true
kotlinOptions.freeCompilerArgs += listOf(
"-opt-in=kotlin.RequiresOptIn",
"-Xskip-runtime-version-check",
"-Xsuppress-version-warnings",
"-opt-in=kotlin.ExperimentalStdlibApi"
)