From 088b89b534bc24fb762832c4911f8216a8f8b20c Mon Sep 17 00:00:00 2001 From: Yan Zhulanow Date: Wed, 23 Jan 2019 17:47:40 +0300 Subject: [PATCH] Pill: Add a dependency to backend.ir, fix JPS build --- idea/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/idea/build.gradle.kts b/idea/build.gradle.kts index 790449f23e0..661ea877092 100644 --- a/idea/build.gradle.kts +++ b/idea/build.gradle.kts @@ -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 }