Browse Source

Fix: remove duplicated compose.desktop app config (#700)

pull/703/head
Marek Langiewicz 4 years ago committed by GitHub
parent
commit
3ee03dd351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      examples/falling_balls_with_web/build.gradle.kts

6
examples/falling_balls_with_web/build.gradle.kts

@ -13,12 +13,6 @@ repositories {
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
} }
compose.desktop {
application {
mainClass = ""
}
}
kotlin { kotlin {
jvm() jvm()
js(IR) { js(IR) {

Loading…
Cancel
Save