refactor: merge to Flexi UI and new usage

This commit is contained in:
2024-01-12 15:40:16 +08:00
parent b1738f5845
commit c3ae9d89cb
13 changed files with 99 additions and 89 deletions

View File

@@ -24,6 +24,6 @@ java {
compose.desktop {
application {
mainClass = "MainKt"
mainClass = "$group.MainKt"
}
}