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