1 2 # Project-wide Gradle settings. 3 4 # IDE (e.g. Android Studio) users: 5 # Settings specified in this file will override any Gradle settings 6 # configured through the IDE. 7 8 # For more details on how to configure your build environment visit 9 # http://www.gradle.org/docs/current/userguide/build_environment.html 10 11 # Specifies the JVM arguments used for the daemon process. 12 # The setting is particularly useful for tweaking memory settings. 13 # Default value: -Xmx10248m -XX:MaxPermSize=256m 14 # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 15 16 # When configured, Gradle will run in incubating parallel mode. 17 # This option should only be used with decoupled projects. More details, visit 18 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects 19 # org.gradle.parallel=true 20 21 android.useAndroidX=true 22 android.enableJetifier=true 23