2026-03-02 12:15:33 -06:00
|
|
|
## For more details on how to configure your build environment visit
|
|
|
|
|
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
2025-06-25 23:16:55 +00:00
|
|
|
#
|
2026-03-02 12:15:33 -06:00
|
|
|
# Specifies the JVM arguments used for the daemon process.
|
|
|
|
|
# The setting is particularly useful for tweaking memory settings.
|
|
|
|
|
# Default value: -Xmx1024m -XX:MaxPermSize=256m
|
|
|
|
|
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
2025-06-25 23:16:55 +00:00
|
|
|
#
|
2026-03-02 12:15:33 -06:00
|
|
|
# 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
|
|
|
|
|
# org.gradle.parallel=true
|
|
|
|
|
#Sat Feb 28 21:28:07 CST 2026
|
2026-02-03 18:01:12 -06:00
|
|
|
android.experimental.lint.analysisPerComponent=true
|
2026-02-01 12:03:17 -06:00
|
|
|
enableComposeCompilerMetrics=false
|
|
|
|
|
enableComposeCompilerReports=false
|
2026-03-02 12:15:33 -06:00
|
|
|
kotlin.code.style=official
|
|
|
|
|
kotlin.daemon.jvm.options=-Xmx4g -XX\:+UseParallelGC
|
|
|
|
|
kotlin.parallel.tasks.in.project=true
|
|
|
|
|
ksp.incremental=true
|
|
|
|
|
ksp.incremental.classpath=true
|
|
|
|
|
ksp.incremental.intermodule=true
|
|
|
|
|
ksp.run.in.process=true
|
|
|
|
|
org.gradle.caching=true
|
|
|
|
|
org.gradle.configuration-cache=true
|
|
|
|
|
org.gradle.configureondemand=false
|
|
|
|
|
org.gradle.isolated-projects=true
|
|
|
|
|
org.gradle.jvmargs=-Xmx8g -XX:+UseParallelGC -XX:MaxMetaspaceSize=2g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
|
|
|
|
org.gradle.parallel=true
|
|
|
|
|
org.gradle.vfs.watch=true
|
2026-02-03 18:01:12 -06:00
|
|
|
org.gradle.welcome=never
|
2026-04-14 22:26:39 -05:00
|
|
|
compose.hot.reload=true
|