Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tberghuis committed Apr 6, 2022
1 parent 410dd41 commit 376dc1f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Wordle clone written in kotlin compose for desktop

msi:
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies {

tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = "11"
// kotlinOptions.jvmTarget = "16"
}

// doesn't resolve compiler warning
Expand All @@ -38,6 +39,10 @@ compose.desktop {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "wordleclone"
packageVersion = "1.0.0"

windows {
menuGroup = "Wordle Clone"
}
}
}
}

0 comments on commit 376dc1f

Please sign in to comment.