mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-06-18 05:23:12 +10:00
15 lines
356 B
Properties
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
|