From 35258da5095cf3a6ec5a84583e31bbbd2197de1c Mon Sep 17 00:00:00 2001 From: Dmitry Gridin Date: Mon, 11 Jul 2022 18:13:37 +0200 Subject: [PATCH] [light classes] replace light class dependency from compiler.tests-common to light-classes-base ^KT-53097 --- compiler/tests-common/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tests-common/build.gradle.kts b/compiler/tests-common/build.gradle.kts index 8d4a404148e..c0d5791ba8e 100644 --- a/compiler/tests-common/build.gradle.kts +++ b/compiler/tests-common/build.gradle.kts @@ -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"))