chore: update project files

This commit is contained in:
2025-03-17 00:15:01 +08:00
parent 20ead7a981
commit 6fc3448c2d
4 changed files with 28 additions and 1 deletions

View File

@@ -11,6 +11,10 @@ java {
targetCompatibility = JavaVersion.VERSION_17
}
kotlin {
jvmToolchain(17)
}
compose.desktop {
application {
mainClass = "$group.MainKt"