Skip to content

Commit 39cf208

Browse files
committed
Change desktop - main.kt to DesktopApp.kt
1 parent 8c566ec commit 39cf208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composeApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ kotlin {
9696

9797
compose.desktop {
9898
application {
99-
mainClass = "zed.rainxch.githubstore.MainKt"
99+
mainClass = "zed.rainxch.githubstore.DesktopAppKt"
100100
nativeDistributions {
101101
packageName = "GitHub-Store"
102102
packageVersion = libs.versions.projectVersionName.get().toString()

0 commit comments

Comments
 (0)