Awoocord/gradle.properties

13 lines
252 B
Properties
Raw Normal View History

2025-12-06 17:55:32 +11:00
# Gradle
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.configureondemand=true
org.gradle.parallel=true
2025-05-29 03:12:05 +10:00
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
2025-12-06 17:55:32 +11:00
# Kotlin
kotlin.code.style=official
# Android
2025-05-29 03:12:05 +10:00
android.useAndroidX=true