[light classes] move light-classes-base module to analysis

^KT-53097
This commit is contained in:
Dmitry Gridin
2022-07-26 17:14:21 +02:00
committed by Space
parent 1b131332ab
commit 1708b4fe48
54 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ plugins {
dependencies {
implementation(project(":compiler:psi"))
implementation(project(":compiler:light-classes-base"))
implementation(project(":analysis:light-classes-base"))
implementation(intellijCore())
compileOnly(commonDependency("com.google.guava:guava"))
@@ -7,7 +7,7 @@ dependencies {
implementation(project(":analysis:kt-references"))
implementation(project(":compiler:psi"))
implementation(project(":compiler:light-classes-base"))
implementation(project(":analysis:light-classes-base"))
implementation(project(":compiler:frontend.java"))
implementation(intellijCore())