Initial commit

This commit is contained in:
2026-08-30 02:49:34 +08:00
commit 7e177214a9
28 files changed
+1009

No files matched your search

+13
View File
@@ -0,0 +1,13 @@
plugins {
kotlin("multiplatform") version "2.4.10" apply false
kotlin("plugin.serialization") version "2.4.10" apply false
}
allprojects {
group = "cn.rtast.bldm"
version = "1.0-SNAPSHOT"
repositories {
mavenCentral()
}
}