Separate dependency and build cache

This commit is contained in:
topjohnwu
2021-09-08 01:16:26 -07:00
parent 3ee6a2baf2
commit eca37bce38
3 changed files with 14 additions and 9 deletions

View File

@@ -17,6 +17,9 @@ org.gradle.jvmargs=-Xmx2560m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
org.gradle.parallel=true
# Enable build cache
org.gradle.caching=true
# Android
android.useAndroidX=true
android.enableJetifier=false