初始化项目

This commit is contained in:
BBIT-Kai
2026-05-25 15:14:00 +08:00
commit 87ebf8a4b0
46 changed files with 2555 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.jetbrains.kotlin.android) apply false
}