Awoocord/gradle.properties

12 lines
252 B
Properties

# Gradle
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.configureondemand=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# Kotlin
kotlin.code.style=official
# Android
android.useAndroidX=true