Browse Source

remove withJava from examples and templates (#5489)

fixes CMP-6115

## Release Notes
N/A
data-source-prototype-1.10.0-beta02 v1.10.10-alpha01+dev3306
Victor Kropp 4 weeks ago committed by GitHub
parent
commit
1b40a6db80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      ci/templates/multiplatform-template/desktop/build.gradle.kts
  2. 4
      examples/issues/desktop/build.gradle.kts

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

@ -7,9 +7,7 @@ plugins { @@ -7,9 +7,7 @@ plugins {
}
kotlin {
jvm {
withJava()
}
jvm()
sourceSets {
named("jvmMain") {
dependencies {

4
examples/issues/desktop/build.gradle.kts

@ -7,9 +7,7 @@ plugins { @@ -7,9 +7,7 @@ plugins {
}
kotlin {
jvm {
withJava()
}
jvm()
sourceSets {
named("jvmMain") {
dependencies {

Loading…
Cancel
Save