Compare commits

...

1 Commits

Author SHA1 Message Date
68225cd83a Fix main class 2024-03-23 19:04:04 -04:00

View File

@ -35,5 +35,5 @@ dependencies {
} }
application { application {
mainClass.set("MainKt") // The main class of the application mainClass.set("me.msoucy.gbat.MainKt") // The main class of the application
} }