You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
600 B
Properties
16 lines
600 B
Properties
## Following this blog:
|
|
# https://proandroiddev.com/how-we-reduced-our-gradle-build-times-by-over-80-51f2b6d6b05b
|
|
kotlin.code.style=official
|
|
systemProp.org.gradle.unsafe.configuration-cache=false
|
|
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=4096m -XX:+UseParallelGC
|
|
org.gradle.configureondemand=true
|
|
org.gradle.configuration-cache.problems=warn
|
|
|
|
## Use these flags on local machine for faster build time
|
|
# org.gradle.caching=true
|
|
# org.gradle.configuration-cache=true
|
|
# org.gradle.vfs.watch=true
|
|
# org.gradle.parallel=true
|
|
# org.gradle.workers.max=8
|
|
# org.gradle.configuration-cache.max-problems=8
|