diff --git a/compiler/fir/tree/build.gradle.kts b/compiler/fir/tree/build.gradle.kts index 43aa2ee46dc..7f594994007 100644 --- a/compiler/fir/tree/build.gradle.kts +++ b/compiler/fir/tree/build.gradle.kts @@ -6,10 +6,9 @@ plugins { } dependencies { - compile(project(":compiler:frontend.common")) - compile(project(":core:descriptors")) - compile(project(":compiler:fir:cones")) + api(project(":compiler:fir:cones")) compile(project(":compiler:resolution")) + compile(project(":compiler:frontend.common")) // Necessary only to store bound PsiElement inside FirElement compileOnly(intellijCoreDep()) { includeJars("intellij-core") }