[light classes] drop descriptors from KtLightClassForSourceDeclaration

^KT-53097
This commit is contained in:
Dmitry Gridin
2022-07-07 20:31:58 +02:00
committed by Space
parent 30c378edc2
commit bac592c2db
4 changed files with 129 additions and 123 deletions
+1 -1
View File
@@ -4,11 +4,11 @@ plugins {
}
dependencies {
api(project(":compiler:light-classes-base"))
api(project(":compiler:util"))
api(project(":compiler:backend"))
api(project(":compiler:frontend"))
api(project(":compiler:frontend.java"))
api(project(":compiler:light-classes-base"))
compileOnly(intellijCore())
compileOnly(commonDependency("org.jetbrains.intellij.deps:asm-all"))
compileOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))