[FIR] Get rid of dependency on intellijCore from :compiler:fir:resolve

This commit is contained in:
Dmitriy Novozhilov
2020-08-28 14:51:39 +03:00
parent 18ad56f7a8
commit 73e2314f2f
4 changed files with 3 additions and 8 deletions
+2 -1
View File
@@ -15,9 +15,10 @@ dependencies {
compile(project(":compiler:fir:tree"))
compile(project(":compiler:resolution.common"))
compile("org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:${property("versions.kotlinx-collections-immutable")}")
implementation(project(":core:util.runtime"))
compileOnly(project(":kotlin-reflect-api"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "guava", rootProject = rootProject) }
compileOnly(intellijCoreDep()) { includeJars("guava", rootProject = rootProject) }
}
sourceSets {