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:
committed by
Space Team
parent
4133988d62
commit
fc2041e5b9
@@ -76,6 +76,7 @@ compileKotlin.apply {
|
||||
listOf(
|
||||
"-Xskip-prerelease-check",
|
||||
"-Xsuppress-version-warnings",
|
||||
"-Xallow-unstable-dependencies"
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user