Pill: Add a dependency to backend.ir, fix JPS build

This commit is contained in:
Yan Zhulanow
2019-01-23 17:47:40 +03:00
parent f2bf81e799
commit 088b89b534
+1
View File
@@ -44,6 +44,7 @@ dependencies {
compile(project(":plugins:uast-kotlin-idea"))
compile(project(":kotlin-script-util")) { isTransitive = false }
compile(project(":kotlin-scripting-intellij"))
compile(project(":compiler:backend.jvm")) // Do not delete, for Pill
compile(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-core")) { isTransitive = false }