Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-09 19:37:30 +03:00
parent 100ec2797a
commit 33553ce4b2

View file

@ -2,16 +2,15 @@
# IDE (e.g. Android Studio) users: # IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override* # Gradle settings configured through the IDE *will override*
# any settings specified in this file. # any settings specified in this file.
# For more details on how to configure your build environment visit org.gradle.jvmargs=-Xmx8g -XX:MaxMetaspaceSize=1g -XX:+UseG1GC -XX:MaxGCPauseMillis=200 -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process. org.gradle.parallel=true
# The setting is particularly useful for tweaking memory settings. org.gradle.workers.max=8
org.gradle.jvmargs = -Xmx6144m -XX:MaxMetaspaceSize=768m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC org.gradle.daemon=true
# When configured, Gradle will run in incubating parallel mode. org.gradle.caching=true
# This option should only be used with decoupled projects. More details, visit org.gradle.configuration-cache=true
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
org.gradle.parallel = true android.useAndroidX=true
org.gradle.daemon = true android.nonTransitiveRClass=false
android.useAndroidX = true
org.gradle.unsafe.configuration-cache = true kotlin.incremental=true
android.nonTransitiveRClass = false