Skip to content

Commit 04d9873

Browse files
ALikhachevSpace Team
authored and
Space Team
committed
[Build] Remove unused compileOnly dependencies from compiler plugins
Relates to KT-61911 These dependencies are unlimited in language version and may cause compatibility issues.
1 parent 3271b55 commit 04d9873

File tree

8 files changed

+0
-22
lines changed

8 files changed

+0
-22
lines changed

libraries/tools/atomicfu/build.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ dependencies {
66
api(platform(project(":kotlin-gradle-plugins-bom")))
77

88
compileOnly(project(":kotlin-gradle-plugin"))
9-
compileOnly(project(":kotlin-compiler-embeddable"))
109
}
1110

1211
gradlePlugin {

libraries/tools/kotlin-allopen/build.gradle.kts

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ plugins {
55
dependencies {
66
commonApi(platform(project(":kotlin-gradle-plugins-bom")))
77
commonApi(project(":kotlin-gradle-plugin-model"))
8-
9-
commonCompileOnly(project(":kotlin-compiler-embeddable"))
10-
commonCompileOnly(project(":kotlin-allopen-compiler-plugin"))
118
}
129

1310
gradlePlugin {

libraries/tools/kotlin-assignment/build.gradle.kts

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ dependencies {
66
commonApi(platform(project(":kotlin-gradle-plugins-bom")))
77
commonApi(project(":kotlin-gradle-plugin-model"))
88

9-
commonCompileOnly(project(":compiler"))
10-
commonCompileOnly(project(":kotlin-assignment-compiler-plugin"))
11-
129
testImplementation(libs.junit4)
1310
}
1411

libraries/tools/kotlin-dataframe/build.gradle.kts

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ plugins {
44

55
dependencies {
66
commonApi(platform(project(":kotlin-gradle-plugins-bom")))
7-
8-
commonCompileOnly(project(":kotlin-gradle-plugin"))
9-
commonCompileOnly(project(":kotlin-compiler-embeddable"))
107
}
118

129
gradlePlugin {

libraries/tools/kotlin-noarg/build.gradle.kts

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ dependencies {
66
commonApi(platform(project(":kotlin-gradle-plugins-bom")))
77
commonApi(project(":kotlin-gradle-plugin-model"))
88

9-
commonCompileOnly(project(":compiler"))
10-
commonCompileOnly(project(":kotlin-noarg-compiler-plugin"))
11-
129
testImplementation(gradleApi())
1310
testImplementation(libs.junit4)
1411
}

libraries/tools/kotlin-power-assert/build.gradle.kts

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ plugins {
55
dependencies {
66
commonApi(platform(project(":kotlin-gradle-plugins-bom")))
77
commonApi(project(":kotlin-gradle-plugin-model"))
8-
9-
commonCompileOnly(project(":compiler"))
10-
commonCompileOnly(project(":kotlin-power-assert-compiler-plugin"))
118
}
129

1310
gradlePlugin {

libraries/tools/kotlin-sam-with-receiver/build.gradle.kts

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ dependencies {
66
commonApi(platform(project(":kotlin-gradle-plugins-bom")))
77
commonApi(project(":kotlin-gradle-plugin-model"))
88

9-
commonCompileOnly(project(":compiler"))
10-
commonCompileOnly(project(":kotlin-sam-with-receiver-compiler-plugin"))
11-
129
testImplementation(libs.junit4)
1310
}
1411

libraries/tools/kotlin-serialization/build.gradle.kts

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ plugins {
44

55
dependencies {
66
commonApi(platform(project(":kotlin-gradle-plugins-bom")))
7-
8-
commonCompileOnly(project(":kotlin-gradle-plugin"))
9-
commonCompileOnly(project(":kotlin-compiler-embeddable"))
107
}
118

129
gradlePlugin {

0 commit comments

Comments
 (0)