[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
@@ -38,7 +38,7 @@ dependencies {
testApi(project(":compiler:cli-common"))
testApi(project(":compiler:cli"))
testApi(project(":compiler:cli-js"))
testApi(project(":compiler:light-classes-base"))
testApi(project(":analysis:light-classes-base"))
testApi(project(":compiler:serialization"))
testApi(project(":kotlin-preloader"))
testApi(project(":compiler:cli-common"))