File tree 8 files changed +0
-22
lines changed
8 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ dependencies {
6
6
api(platform(project(" :kotlin-gradle-plugins-bom" )))
7
7
8
8
compileOnly(project(" :kotlin-gradle-plugin" ))
9
- compileOnly(project(" :kotlin-compiler-embeddable" ))
10
9
}
11
10
12
11
gradlePlugin {
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ plugins {
5
5
dependencies {
6
6
commonApi(platform(project(" :kotlin-gradle-plugins-bom" )))
7
7
commonApi(project(" :kotlin-gradle-plugin-model" ))
8
-
9
- commonCompileOnly(project(" :kotlin-compiler-embeddable" ))
10
- commonCompileOnly(project(" :kotlin-allopen-compiler-plugin" ))
11
8
}
12
9
13
10
gradlePlugin {
Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ dependencies {
6
6
commonApi(platform(project(" :kotlin-gradle-plugins-bom" )))
7
7
commonApi(project(" :kotlin-gradle-plugin-model" ))
8
8
9
- commonCompileOnly(project(" :compiler" ))
10
- commonCompileOnly(project(" :kotlin-assignment-compiler-plugin" ))
11
-
12
9
testImplementation(libs.junit4)
13
10
}
14
11
Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ plugins {
4
4
5
5
dependencies {
6
6
commonApi(platform(project(" :kotlin-gradle-plugins-bom" )))
7
-
8
- commonCompileOnly(project(" :kotlin-gradle-plugin" ))
9
- commonCompileOnly(project(" :kotlin-compiler-embeddable" ))
10
7
}
11
8
12
9
gradlePlugin {
Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ dependencies {
6
6
commonApi(platform(project(" :kotlin-gradle-plugins-bom" )))
7
7
commonApi(project(" :kotlin-gradle-plugin-model" ))
8
8
9
- commonCompileOnly(project(" :compiler" ))
10
- commonCompileOnly(project(" :kotlin-noarg-compiler-plugin" ))
11
-
12
9
testImplementation(gradleApi())
13
10
testImplementation(libs.junit4)
14
11
}
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ plugins {
5
5
dependencies {
6
6
commonApi(platform(project(" :kotlin-gradle-plugins-bom" )))
7
7
commonApi(project(" :kotlin-gradle-plugin-model" ))
8
-
9
- commonCompileOnly(project(" :compiler" ))
10
- commonCompileOnly(project(" :kotlin-power-assert-compiler-plugin" ))
11
8
}
12
9
13
10
gradlePlugin {
Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ dependencies {
6
6
commonApi(platform(project(" :kotlin-gradle-plugins-bom" )))
7
7
commonApi(project(" :kotlin-gradle-plugin-model" ))
8
8
9
- commonCompileOnly(project(" :compiler" ))
10
- commonCompileOnly(project(" :kotlin-sam-with-receiver-compiler-plugin" ))
11
-
12
9
testImplementation(libs.junit4)
13
10
}
14
11
Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ plugins {
4
4
5
5
dependencies {
6
6
commonApi(platform(project(" :kotlin-gradle-plugins-bom" )))
7
-
8
- commonCompileOnly(project(" :kotlin-gradle-plugin" ))
9
- commonCompileOnly(project(" :kotlin-compiler-embeddable" ))
10
7
}
11
8
12
9
gradlePlugin {
You can’t perform that action at this time.
0 commit comments