Skip to content

Commit 6181662

Browse files
committed
build: enable parallel project execution
- Add `org.gradle.parallel=true` to `gradle.properties` to allow Gradle to execute tasks in parallel for decoupled projects.
1 parent ef87757 commit 6181662

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ kotlin.daemon.jvmargs=-Xmx3072M
66
org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8
77
org.gradle.configuration-cache=true
88
org.gradle.caching=true
9+
org.gradle.parallel=true
910

1011
#Android
1112
android.nonTransitiveRClass=true

0 commit comments

Comments
 (0)