From cd92d3e9b41a7f0f66d9050468b9e9e8139022cb Mon Sep 17 00:00:00 2001 From: Svyatoslav Scherbina Date: Fri, 31 Jan 2020 18:22:56 +0300 Subject: [PATCH] Make `:native:frontend.native` depend on intellij-core --- native/frontend/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/native/frontend/build.gradle.kts b/native/frontend/build.gradle.kts index d2c520f7c24..cf6702886b0 100644 --- a/native/frontend/build.gradle.kts +++ b/native/frontend/build.gradle.kts @@ -6,6 +6,7 @@ plugins { dependencies { compileOnly(project(":compiler:frontend")) compileOnly(project(":compiler:frontend.java")) + compileOnly(intellijCoreDep()) { includeJars("intellij-core") } } sourceSets {