mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-27 02:01:35 -04:00
38 lines
1.5 KiB
Properties
38 lines
1.5 KiB
Properties
## For more details on how to configure your build environment visit
|
|
# 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.
|
|
# Default value: -Xmx1024m -XX:MaxPermSize=256m
|
|
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
|
#
|
|
# 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
|
|
android.enableJetifier=false
|
|
android.enableR8.fullMode=true
|
|
android.experimental.lint.analysisPerComponent=true
|
|
android.nonTransitiveRClass=true
|
|
android.useAndroidX=true
|
|
dependency.analysis.print.build.health=true
|
|
enableComposeCompilerMetrics=false
|
|
enableComposeCompilerReports=false
|
|
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
|
|
ksp.useKSP2=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
|
|
org.gradle.welcome=never
|