Skip to content

Commit

Permalink
Fix: remove duplicated compose.desktop app config (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
mareklangiewicz authored May 27, 2021
1 parent 1681370 commit 3ee03dd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/falling_balls_with_web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ repositories {
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}

compose.desktop {
application {
mainClass = ""
}
}

kotlin {
jvm()
js(IR) {
Expand Down

0 comments on commit 3ee03dd

Please sign in to comment.