mobile-ssh-manager/gradle.properties

12 lines
334 B
Properties

# JVM-Args for the Gradle daemon: use JDK 21 features and enough heap.
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 -XX:+UseParallelGC
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=false
# AndroidX
android.useAndroidX=true
android.nonTransitiveRClass=true
# Kotlin
kotlin.code.style=official