# Project-wide Gradle settings. # IDE (e.g. Android Studio) users: # Gradle settings configured through the IDE are ignored when building from command line, check # build.gradle files instead. # For more details on how to configure your build environment visit # http://www.gradle.org/configure-build-environment # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings and so on. # Default value: -Xmx10248m -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. More details, visit # http://www.gradle.org/configure-build-environment#configure_on_demand # org.gradle.parallel=true # AndroidX package structure to make it clearer which packages are being used 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 excludes resources from library dependencies, # thereby reducing the size of the library's R class. android.nonTransitiveRClass=false # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official # Enable Jetpack Compose android.enableJetpackCompose=true # Gradle version org.gradle.jvmargs=-Xmx2048m org.gradle.parallel=true org.gradle.caching=false