Files
encore/gradle.properties
T
2026-07-27 00:16:46 -04:00

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