# Project-wide Gradle settings. # For more details on how to configure your build, see # http://www.gradle.org/docs/current/userguide/build_setting.html # IDE (e.g. Android Studio) users: # Gradle settings configured through the IDE *will override* # any settings specified in this file. # For more details on how to configure your build, see # http://www.gradle.org/docs/current/userguide/build_setting.html # The Gradle daemon will run in the background. # Default is true. org.gradle.daemon=true # The Gradle daemon will be started with 4096MB of memory. # Default is 512MB. org.gradle.jvmargs=-Xmx4096m # When set to true the Gradle daemon will reuse any existing idle daemon. # Default is true. org.gradle.parallel=true # When set to true, Gradle will attempt to configure only necessary projects. # Default is false. org.gradle.configureondemand=true # When set to true, Gradle will use the configuration cache. # Default is false. org.gradle.configuration-cache=true kotlin.code.style=official android.useAndroidX=true android.nonTransitiveRClass=true