FIR: Fix bug with incorrect source element for qualifiers

This commit is contained in:
Roman Golyshev
2020-12-01 22:03:38 +03:00
committed by Space
parent 1479388bd5
commit 108395fcfe
7 changed files with 33 additions and 2 deletions
+2 -1
View File
@@ -14,9 +14,10 @@ dependencies {
api(project(":compiler:fir:tree"))
api(kotlinxCollectionsImmutable())
implementation(project(":core:util.runtime"))
implementation(project(":compiler:psi"))
compileOnly(project(":kotlin-reflect-api"))
compileOnly(intellijCoreDep()) { includeJars("guava", rootProject = rootProject) }
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "guava", rootProject = rootProject) }
}
sourceSets {