FIR: Get rid of PSI dependency in the :fir:resolve module

This commit is contained in:
Roman Golyshev
2021-02-19 07:20:06 +00:00
committed by Space
parent 6b453d9b23
commit 74bdb2398e
3 changed files with 19 additions and 12 deletions
+1 -2
View File
@@ -14,10 +14,9 @@ dependencies {
api(project(":compiler:fir:tree"))
api(kotlinxCollectionsImmutable())
implementation(project(":core:util.runtime"))
implementation(project(":compiler:psi"))
compileOnly(project(":kotlin-reflect-api"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "guava", rootProject = rootProject) }
compileOnly(intellijCoreDep()) { includeJars("guava", rootProject = rootProject) }
}
sourceSets {