[light classes] replace light class dependency from analysis.decompiled.decompiler-to-psi to light-classes-base

^KT-53097
This commit is contained in:
Dmitry Gridin
2022-07-11 17:59:11 +02:00
committed by Space
parent 1fffb74419
commit f1c019d805
@@ -7,7 +7,7 @@ dependencies {
implementation(project(":compiler:psi"))
implementation(project(":compiler:frontend.java"))
implementation(project(":core:compiler.common"))
implementation(project(":compiler:light-classes"))
implementation(project(":compiler:light-classes-base"))
implementation(project(":analysis:decompiled:decompiler-to-stubs"))
implementation(project(":analysis:decompiled:decompiler-to-file-stubs"))
implementation(intellijCore())