initial commit

This commit is contained in:
2025-05-29 23:38:23 +08:00
commit 74ea2ad62a
13 changed files with 532 additions and 0 deletions

16
build.gradle.kts Normal file
View File

@@ -0,0 +1,16 @@
plugins {
alias(libs.plugins.korge)
}
korge {
id = "moe.tabidachi.korge"
targetJvm()
}
kotlin {
jvmToolchain(21)
}
dependencies {
add("commonMainApi", project(":deps"))
}