# Project-wide Gradle settings. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. org.gradle.jvmargs=-Xmx1536m # Gradle caching allows reusing the build artifacts from a previous # build with the same inputs. However, over time, the cache size will # grow. Uncomment the following line to enable it. #org.gradle.caching=true android.useAndroidX=true # Automatically convert third-party libraries to use AndroidX android.enableJetifier=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official android.bundle.enableUncompressedNativeLibs=false androidBuildToolsVersion=30.0.2 androidCompileSdkVersion=30 org.gradle.caching=true org.gradle.parallel=true android.enableJetifier=true android.injected.testOnly=false kapt.use.worker.api=false kapt.incremental.apt=false