Files
rl-mobile/Manager/gradle.properties
T
2026-05-20 19:47:33 +10:00

15 lines
356 B
Properties

# Gradle
org.gradle.configuration-cache=true
org.gradle.configureondemand=true
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8
org.gradle.parallel=true
# Kotlin
kotlin.code.style=official
# Android
android.useAndroidX=true
android.nonTransitiveRClass=true
android.enableR8.fullMode=true
android.javaCompile.suppressSourceTargetDeprecationWarning=true