Fix main class

This commit is contained in:
Matt Soucy 2024-03-23 19:04:04 -04:00
parent d049197d7c
commit 68225cd83a

View File

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