Enable parallel IDE sync

Test: sync in studio
pull/2140/head
Aurimas Liutikas 1 week ago
parent 12f80da651
commit e895a39aae

@ -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

Loading…
Cancel
Save