We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf3039b + 39cf208 commit 17ffd64Copy full SHA for 17ffd64
2 files changed
composeApp/build.gradle.kts
@@ -96,7 +96,7 @@ kotlin {
96
97
compose.desktop {
98
application {
99
- mainClass = "zed.rainxch.githubstore.MainKt"
+ mainClass = "zed.rainxch.githubstore.DesktopAppKt"
100
nativeDistributions {
101
packageName = "GitHub-Store"
102
packageVersion = libs.versions.projectVersionName.get().toString()
…n/kotlin/zed/rainxch/githubstore/main.kt …in/zed/rainxch/githubstore/DesktopApp.ktcomposeApp/src/jvmMain/kotlin/zed/rainxch/githubstore/main.kt renamed to composeApp/src/jvmMain/kotlin/zed/rainxch/githubstore/DesktopApp.kt
0 commit comments