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 {