|
|
|
|
@ -30,6 +30,8 @@ kotlin.daemon.jvmargs=-Dfile.encoding=UTF-8 -XX:+UseG1GC -XX:SoftRefLRUPolicyMSP
|
|
|
|
|
# This option should only be used with decoupled projects. More details, visit
|
|
|
|
|
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
|
|
|
|
org.gradle.parallel=true
|
|
|
|
|
# Enable parallel IDE sync
|
|
|
|
|
org.gradle.tooling.parallel=true
|
|
|
|
|
|
|
|
|
|
# Enable caching between builds.
|
|
|
|
|
org.gradle.caching=true
|
|
|
|
|
|