From e68661fc0dbb2851feff227939a84c9eb0d65517 Mon Sep 17 00:00:00 2001 From: "Alexander.Likhachev" Date: Fri, 11 Aug 2023 00:26:50 +0200 Subject: [PATCH] [Build, Gradle] Remove totally unused KGP dependencies #KT-61449 In Progress --- .../kotlin-gradle-plugin/build.gradle.kts | 4 --- .../kotlin-gradle-plugin.pom | 32 ------------------- 2 files changed, 36 deletions(-) diff --git a/libraries/tools/kotlin-gradle-plugin/build.gradle.kts b/libraries/tools/kotlin-gradle-plugin/build.gradle.kts index e5579464b84..55fc0e79e12 100644 --- a/libraries/tools/kotlin-gradle-plugin/build.gradle.kts +++ b/libraries/tools/kotlin-gradle-plugin/build.gradle.kts @@ -65,9 +65,7 @@ dependencies { commonCompileOnly(project(":daemon-common")) commonCompileOnly(project(":kotlin-daemon-client")) commonCompileOnly(project(":kotlin-gradle-compiler-types")) - commonCompileOnly(project(":kotlin-android-extensions")) commonCompileOnly(project(":kotlin-compiler-runner-unshaded")) - commonCompileOnly(project(":kotlin-annotation-processing")) commonCompileOnly(project(":kotlin-scripting-compiler")) commonCompileOnly(project(":kotlin-gradle-statistics")) commonCompileOnly(project(":kotlin-gradle-build-metrics")) @@ -109,7 +107,6 @@ dependencies { commonImplementation(project(":compiler:build-tools:kotlin-build-tools-api")) commonRuntimeOnly(project(":kotlin-compiler-embeddable")) - commonRuntimeOnly(project(":kotlin-android-extensions")) commonRuntimeOnly(project(":kotlin-compiler-runner")) { // Excluding dependency with not-relocated 'com.intellij' types exclude(group = "org.jetbrains.kotlin", module = "kotlin-build-common") @@ -144,7 +141,6 @@ dependencies { testImplementation(commonDependency("org.jetbrains.teamcity:serviceMessages")) testImplementation(projectTests(":kotlin-build-common")) - testImplementation(project(":kotlin-android-extensions")) testImplementation(project(":kotlin-compiler-runner")) testImplementation(project(":kotlin-test:kotlin-test-junit")) testImplementation(commonDependency("junit:junit")) diff --git a/repo/artifacts-tests/src/test/resources/org/jetbrains/kotlin/kotlin-gradle-plugin/kotlin-gradle-plugin.pom b/repo/artifacts-tests/src/test/resources/org/jetbrains/kotlin/kotlin-gradle-plugin/kotlin-gradle-plugin.pom index 0e53db067f5..762a7f0fce5 100644 --- a/repo/artifacts-tests/src/test/resources/org/jetbrains/kotlin/kotlin-gradle-plugin/kotlin-gradle-plugin.pom +++ b/repo/artifacts-tests/src/test/resources/org/jetbrains/kotlin/kotlin-gradle-plugin/kotlin-gradle-plugin.pom @@ -298,38 +298,6 @@ - - org.jetbrains.kotlin - kotlin-android-extensions - ArtifactsTest.version - runtime - - - kotlin-reflect - org.jetbrains.kotlin - - - kotlin-stdlib-jdk8 - org.jetbrains.kotlin - - - kotlin-stdlib-jdk7 - org.jetbrains.kotlin - - - kotlin-stdlib - org.jetbrains.kotlin - - - kotlin-script-runtime - org.jetbrains.kotlin - - - kotlin-stdlib-common - org.jetbrains.kotlin - - - org.jetbrains.kotlin kotlin-compiler-runner