LV 2.0: allow unstable dependencies in kotlin-native/build-tools

Without this commit, build of this module fails during bootstrap
with FIR_COMPILED_CLASS
This commit is contained in:
Mikhail Glukhikh
2023-09-05 18:06:48 +02:00
committed by Space Team
parent 4133988d62
commit fc2041e5b9
@@ -76,6 +76,7 @@ compileKotlin.apply {
listOf(
"-Xskip-prerelease-check",
"-Xsuppress-version-warnings",
"-Xallow-unstable-dependencies"
)
)
}