12 lines
307 B
Properties
12 lines
307 B
Properties
# JVM args for the Gradle daemon.
|
|
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
|
|
|
# Use AndroidX (not the old support library).
|
|
android.useAndroidX=true
|
|
|
|
# Kotlin official code style.
|
|
kotlin.code.style=official
|
|
|
|
# Generate per-module R classes (smaller, faster builds).
|
|
android.nonTransitiveRClass=true
|