K2: add sourceElement for binary Java classes
#KT-60555 Fixed
This commit is contained in:
committed by
Space Team
parent
10e94f90ac
commit
4d9457862f
@@ -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"))
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user