neowulkanowy/gradle.properties
2024-08-07 08:23:40 +02:00

12 lines
368 B
Properties

org.gradle.jvmargs=-Xmx1536m
#
kapt.include.compile.classpath=false
kotlin.code.style=official
#
android.useAndroidX=true
android.enableJetifier=true
android.nonTransitiveRClass=false
# https://community.sonarsource.com/t/sonarscanner-for-gradle-you-can-now-decide-when-to-compile/102069/2
systemProp.sonar.gradle.skipCompile=true
org.gradle.configuration-cache=true