Initial commit

This commit is contained in:
2025-02-18 15:16:32 +08:00
commit e49f96d117
46 changed files with 1437 additions and 0 deletions

16
settings.gradle.kts Normal file
View File

@@ -0,0 +1,16 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
plugins {
id("com.highcapable.sweetdependency") version "1.0.4"
id("com.highcapable.sweetproperty") version "1.0.5"
}
sweetProperty {
rootProject { all { isEnable = false } }
}
rootProject.name = "Hikage"
include(":app")