Enable incremental dexing
This commit is contained in:
parent
621c47c865
commit
9566f777d2
1 changed files with 4 additions and 1 deletions
|
@ -107,8 +107,11 @@ android {
|
|||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-project.txt'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dexOptions {
|
||||
incremental true
|
||||
}
|
||||
}
|
||||
|
||||
kapt {
|
||||
generateStubs = true
|
||||
|
|
Loading…
Reference in a new issue