[FIR] Remove dependency on descriptors from :compiler:fir:tree module
This commit is contained in:
@@ -6,10 +6,9 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(project(":compiler:fir:cones"))
|
||||
api(project(":core:deserialization:deserialization.common"))
|
||||
compile(project(":compiler:resolution"))
|
||||
compile(project(":compiler:frontend.common"))
|
||||
api(project(":compiler:frontend.common"))
|
||||
api(project(":compiler:fir:cones"))
|
||||
|
||||
// Necessary only to store bound PsiElement inside FirElement
|
||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
|
||||
@@ -11,11 +11,10 @@ val compileOnly by configurations
|
||||
runtimeOnly.extendsFrom(compileOnly)
|
||||
|
||||
dependencies {
|
||||
compile(project(":compiler:frontend.common"))
|
||||
implementation(project(":core:deserialization:deserialization.common"))
|
||||
compile(project(":core:descriptors"))
|
||||
compile(project(":compiler:fir:cones"))
|
||||
compile(project(":compiler:resolution"))
|
||||
implementation(project(":core:descriptors.common"))
|
||||
implementation(project(":compiler:frontend.common"))
|
||||
implementation(project(":compiler:fir:cones"))
|
||||
|
||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "guava", rootProject = rootProject) }
|
||||
Platform[193].orLower {
|
||||
|
||||
Reference in New Issue
Block a user