Initial commit

This commit is contained in:
Shou
2025-12-03 04:29:51 +08:00
parent ad17d7d785
commit e09271a60e
43 changed files with 6128 additions and 1 deletions

14
build.gradle Normal file
View File

@@ -0,0 +1,14 @@
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath('com.android.tools.build:gradle:8.11.1')
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0")
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}