Skip to content

Commit 1b40a6d

Browse files
authored
remove withJava from examples and templates (#5489)
fixes CMP-6115 ## Release Notes N/A
1 parent 760d16a commit 1b40a6d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

ci/templates/multiplatform-template/desktop/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ plugins {
77
}
88

99
kotlin {
10-
jvm {
11-
withJava()
12-
}
10+
jvm()
1311
sourceSets {
1412
named("jvmMain") {
1513
dependencies {

examples/issues/desktop/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ plugins {
77
}
88

99
kotlin {
10-
jvm {
11-
withJava()
12-
}
10+
jvm()
1311
sourceSets {
1412
named("jvmMain") {
1513
dependencies {

0 commit comments

Comments
 (0)