From e2801c366b85132b5e7e41fedf2fbcf2d186ef3e Mon Sep 17 00:00:00 2001 From: Yahor Berdnikau Date: Thu, 25 May 2023 22:02:41 +0200 Subject: [PATCH] [repo] KGP: remove compiler dependencies coming transitively --- libraries/tools/kotlin-gradle-plugin/build.gradle.kts | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/tools/kotlin-gradle-plugin/build.gradle.kts b/libraries/tools/kotlin-gradle-plugin/build.gradle.kts index a199c04f810..4dc2a7c2c58 100644 --- a/libraries/tools/kotlin-gradle-plugin/build.gradle.kts +++ b/libraries/tools/kotlin-gradle-plugin/build.gradle.kts @@ -44,13 +44,11 @@ dependencies { commonApi(project(":kotlin-gradle-plugin-api")) commonApi(project(":kotlin-gradle-plugin-model")) - commonCompileOnly(project(":compiler")) commonCompileOnly(project(":compiler:incremental-compilation-impl")) commonCompileOnly(project(":daemon-common")) commonCompileOnly(project(":kotlin-daemon-client")) commonCompileOnly(project(":kotlin-gradle-compiler-types")) commonCompileOnly(project(":kotlin-android-extensions")) - commonCompileOnly(project(":kotlin-build-common")) commonCompileOnly(project(":kotlin-compiler-runner-unshaded")) commonCompileOnly(project(":kotlin-annotation-processing")) commonCompileOnly(project(":kotlin-scripting-compiler"))