[light classes] replace light class dependency from compiler.tests-common to light-classes-base

^KT-53097
This commit is contained in:
Dmitry Gridin
2022-07-11 18:13:37 +02:00
committed by Space
parent 248811e729
commit 35258da509
+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"))
testApi(project(":compiler:light-classes-base"))
testApi(project(":compiler:serialization"))
testApi(project(":kotlin-preloader"))
testApi(project(":compiler:cli-common"))