完成功能

This commit is contained in:
2026-07-16 15:22:25 +08:00
parent 792adf7a54
commit 83c031930b
38 changed files with 2968 additions and 313 deletions
+8 -3
View File
@@ -6,7 +6,7 @@
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=512m
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. For more details, visit
# https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects
@@ -15,5 +15,10 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# phase entirely if nothing that affects the build configuration (such as build scripts)
# has changed. Additionally, Gradle applies performance optimizations to task execution.
org.gradle.configuration-cache=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
# Kotlin code style for "official" or "obsolete":
kotlin.code.style=official
# Use Android Studio's bundled JDK 21 (AGP 9 requires JDK 21)
org.gradle.java.home=C:\\Program Files\\Android\\Android Studio\\jbr
# Register the JBR as a known JDK installation and disable auto-download
org.gradle.java.installations.paths=C:\\Program Files\\Android\\Android Studio\\jbr
org.gradle.java.installations.auto-download=false