Files
florisboard/gradle.properties
Campbell Jones 8f28d0e81a Clean up codebase
2021-02-10 15:38:32 -05:00

9 lines
384 B
Properties

# Use AndroidX package structure - https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
# Set max Gradle JVM memory to 2 Gigabytes
org.gradle.jvmargs=-Xmx2G