build: enable parallel builds
This commit is contained in:
parent
1289922cd9
commit
8c865fb581
1 changed files with 2 additions and 1 deletions
|
@ -21,4 +21,5 @@ android.enableJetifier=false
|
|||
kotlin.code.style=official
|
||||
android.enableR8.fullMode=true
|
||||
android.nonTransitiveRClass=true
|
||||
android.nonFinalResIds=true
|
||||
android.nonFinalResIds=true
|
||||
org.gradle.parallel=true
|
Loading…
Reference in a new issue