This commit is contained in:
2026-01-29 09:08:29 +08:00
commit fff3c1cc31
15 changed files with 721 additions and 0 deletions

5
gradle.properties Normal file
View File

@@ -0,0 +1,5 @@
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
org.gradle.configuration-cache=true
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching=true
slintVersion=1.14.1