AA: avoid FIR dependency in frontend-independent module

This commit is contained in:
Jinseong Jeon
2022-02-01 14:02:57 -08:00
committed by Ilya Kirillov
parent 6afd665c8d
commit d219de0f88
+1 -1
View File
@@ -14,12 +14,12 @@ dependencies {
compileOnly(project(":compiler:frontend"))
compileOnly(project(":core:compiler.common"))
compileOnly(project(":core:compiler.common.jvm"))
compileOnly(project(":analysis:low-level-api-fir"))
implementation(project(":analysis:analysis-internal-utils"))
implementation(project(":analysis:analysis-api-providers"))
implementation(project(":analysis:kt-references"))
api(intellijCore())
api(commonDependency("org.jetbrains.intellij.deps:asm-all"))
api(commonDependency("com.google.guava:guava"))
}