K2: add sourceElement for binary Java classes

#KT-60555 Fixed
This commit is contained in:
Mikhail Glukhikh
2023-08-29 10:42:34 +02:00
committed by Space Team
parent 10e94f90ac
commit 4d9457862f
3 changed files with 24 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,6 @@ dependencies {
api(project(":compiler:resolution.common.jvm"))
api(project(":compiler:frontend.common"))
api(project(":compiler:frontend.common.jvm"))
// api(project(":compiler:fir:resolve"))
api(project(":compiler:fir:resolve"))
api(project(":compiler:fir:checkers"))
api(project(":compiler:fir:fir-deserialization"))
@@ -19,6 +18,7 @@ dependencies {
implementation(project(":core:deserialization.common.jvm"))
compileOnly(intellijCore())
compileOnly(commonDependency("org.jetbrains.intellij.deps:asm-all"))
}