[FIR] Remove dependency on descriptors from :compiler:fir:raw-fir.raw-fir.common module
This commit is contained in:
@@ -9,10 +9,9 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile(project(":compiler:psi"))
|
api(project(":compiler:fir:tree"))
|
||||||
compile(project(":core:descriptors"))
|
api(project(":compiler:psi"))
|
||||||
compile(project(":compiler:fir:tree"))
|
api("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.2")
|
||||||
compile("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.2")
|
|
||||||
|
|
||||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "guava", rootProject = rootProject) }
|
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "guava", rootProject = rootProject) }
|
||||||
|
|
||||||
@@ -29,4 +28,4 @@ sourceSets {
|
|||||||
|
|
||||||
projectTest(parallel = true) {
|
projectTest(parallel = true) {
|
||||||
workingDir = rootDir
|
workingDir = rootDir
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user