We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f5b84 commit 2887c74Copy full SHA for 2887c74
gradle.properties
@@ -10,6 +10,9 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
10
# When configured, Gradle will run in incubating parallel mode.
11
# This option should only be used with decoupled projects. For more details, visit
12
# https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects
13
+# Parallel builds are disabled because this project contains multiple native (C++)
14
+# sub-builds with inter-dependencies that are not visible to Gradle,
15
+# which can lead to race conditions.
16
org.gradle.parallel=false
17
# AndroidX package structure to make it clearer which packages are bundled with the
18
# Android operating system, and which are packaged with your app's APK
0 commit comments