Skip to content

Commit 0bbb0f8

Browse files
committed
Enable Gradle parallel mode
1 parent 7acaac9 commit 0bbb0f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8
2121
# When configured, Gradle will run in incubating parallel mode.
2222
# This option should only be used with decoupled projects. For more details, visit
2323
# https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects
24-
# org.gradle.parallel=true
24+
org.gradle.parallel=true
2525
# AndroidX package structure to make it clearer which packages are bundled with the
2626
# Android operating system, and which are packaged with your app's APK
2727
# https://developer.android.com/topic/libraries/support-library/androidx-rn

0 commit comments

Comments
 (0)