AA: avoid FIR dependency in frontend-independent module
This commit is contained in:
committed by
Ilya Kirillov
parent
6afd665c8d
commit
d219de0f88
@@ -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"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user