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
+1 -1
View File
@@ -34,7 +34,7 @@ dependencies {
// Note that kotlinx-metadata-jvm already includes kotlinx-metadata, core:metadata, core:metadata.jvm,
// and protobuf-lite, so we only need to include kotlinx-metadata-jvm in the shadow jar.
compileOnly(project(":kotlinx-metadata"))
shadows(project(":kotlinx-metadata-jvm"))
shadows(commonDep("org.jetbrains.kotlinx:kotlinx-metadata-jvm"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "asm-all", rootProject = rootProject) }