jvm-abi-gen: use kotlinx-metadata 0.4.0 from maven

(cherry picked from commit f5e95444f82bb8e4be72dcef18da3a92277911e0)
This commit is contained in:
Steven Schäfer
2021-11-26 18:59:05 +01:00
committed by Alexander Udalov
parent 7283ea86af
commit a5fa69b8ee
3 changed files with 8 additions and 1 deletions
+2
View File
@@ -150,6 +150,8 @@ if (!project.hasProperty("versions.kotlin-native")) {
extra["versions.kotlin-native"] = "1.6.20-dev-5356"
}
extra["versions.kotlinx-metadata-jvm"] = "0.4.0"
val useJvmFir by extra(project.kotlinBuildProperties.useFir)
val intellijSeparateSdks = project.getBooleanProperty("intellijSeparateSdks") ?: false