This commit is contained in:
chusan
2025-05-16 19:06:18 +08:00
parent 316a3e03e1
commit 2364f29b17
44 changed files with 854 additions and 1 deletions

12
gradle.properties Normal file
View File

@@ -0,0 +1,12 @@
kotlin.code.style = official
org.gradle.caching = true
org.gradle.parallel=true
org.gradle.vfs.watch = true
version = 0.0.1
#systemProp.http.proxyHost = 10.255.255.254
#systemProp.http.proxyPort = 10808
#
#systemProp.https.proxyHost = 10.255.255.254
#systemProp.https.proxyPort = 10808