# Project-wide Gradle settings. # IDE (e.g. Android Studio) users: # Gradle settings configured through the IDE are ignored when building from the # command line. Check Gradle settings in the IDE if you notice discrepancies # between the IDE and command line builds. # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true # AndroidX package structure to make it easier to discover and migrate existing, old-style packages android.useAndroidX=true # Enables namespacing of each library's R class so that its R class includes only the # resources declared in the library itself and does not include resources from the # dependencies, thereby reducing the size of the R class in the final APK. android.nonTransitiveRClass=true # Gradle memory settings org.gradle.jvmargs=-Xmx2048m