[kotlinp] Add missing the dependency for kotlinp-jvm-shadow.jar
Without the dependency on project :tools:kotlinp the shadow Jar lacks the necessary classes. ^KT-62340
This commit is contained in:
committed by
Space Team
parent
b8915614ae
commit
1f257e98a0
@@ -29,6 +29,7 @@ dependencies {
|
|||||||
testRuntimeOnly(project(":kotlin-metadata-jvm"))
|
testRuntimeOnly(project(":kotlin-metadata-jvm"))
|
||||||
|
|
||||||
shadows(project(":kotlin-metadata-jvm"))
|
shadows(project(":kotlin-metadata-jvm"))
|
||||||
|
shadows(project(":tools:kotlinp"))
|
||||||
shadows("org.jetbrains.intellij.deps:asm-all:$kotlinpAsmVersion")
|
shadows("org.jetbrains.intellij.deps:asm-all:$kotlinpAsmVersion")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user