-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
22 lines (22 loc) · 915 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# --------------------------- AS config
kotlin.code.style=official
# --------------------------- Gradle optimisations
org.gradle.jvmargs=-Xmx6g -XX:+UseParallelGC -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=1g
org.gradle.configureondemand=true
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.unsafe.configuration-cache=true
# Use this flag sparingly, in case some of the plugins are not fully compatible
org.gradle.unsafe.configuration-cache-problems=warn
# --------------------------- Android optimisations
android.nonTransitiveRClass=true
android.useAndroidX=true
android.enableJetifier=false
android.enableResourceOptimizations=true
android.databinding.incremental=true
# --------------------------- KAPT optimisations
kapt.incremental.apt=true
kapt.include.compile.classpath=false
# --------------------------- Kotlin optimisations
kotlin.incremental.useClasspathSnapshot=true