Build: Fix test runtime for kotlinp tests

This commit is contained in:
Vyacheslav Gerasimov
2019-06-14 18:06:04 +03:00
parent f18b3bcfda
commit 52303d65ab
+2
View File
@@ -27,6 +27,8 @@ dependencies {
testRuntime(project(":kotlinx-metadata-jvm", configuration = "runtime"))
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }
shadows(project(":kotlinx-metadata-jvm", configuration = "runtime"))
shadows("org.jetbrains.intellij.deps:asm-all:$kotlinpAsmVersion")
}