Enable Gradle parallel mode

(cherry picked from commit b8c125764519882cb5bd9c3ffb0edf5cd00b3344)

# Conflicts:
#	gradle.properties
This commit is contained in:
arkon 2022-09-24 11:57:16 -04:00 committed by Jobobby04
parent 1fe34a35d7
commit 46bdc0c0ad

View File

@ -17,9 +17,10 @@ org.gradle.jvmargs=-Xmx5120m
# 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
org.gradle.caching=true
kotlin.incremental=true
kapt.incremental.apt=true
kapt.use.worker.api=true
android.useAndroidX=true
# AndroidX support
android.enableJetifier=true
android.useAndroidX=true