diff --git a/gradle.properties b/gradle.properties index 026e0ce598..ada72d11b3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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