# Project-wide Gradle settings. # Heap raised from 2048m: Android lint's report phase (lintReportDebug) needs # more than 2 GB on the full app codebase and GC-thrashes to a hang below that # on the CI runner (it passed at 2 GB only while the M0 scaffold was trivial). # Metaspace is capped so the larger heap doesn't crowd container RAM. org.gradle.jvmargs=-Xmx3g -XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8 org.gradle.caching=true org.gradle.configuration-cache=true # AndroidX android.useAndroidX=true android.nonTransitiveRClass=true # Kotlin kotlin.code.style=official