[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:
Dmitriy Dolovov
2024-02-15 14:46:52 +01:00
committed by Space Team
parent b8915614ae
commit 1f257e98a0
@@ -29,6 +29,7 @@ dependencies {
testRuntimeOnly(project(":kotlin-metadata-jvm"))
shadows(project(":kotlin-metadata-jvm"))
shadows(project(":tools:kotlinp"))
shadows("org.jetbrains.intellij.deps:asm-all:$kotlinpAsmVersion")
}