Make Room incremental
This commit is contained in:
parent
342ae7c8cd
commit
0827044caf
@ -19,6 +19,12 @@ android {
|
|||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
versionName props['appVersion']
|
versionName props['appVersion']
|
||||||
versionCode props['appVersionCode'] as Integer
|
versionCode props['appVersionCode'] as Integer
|
||||||
|
|
||||||
|
javaCompileOptions {
|
||||||
|
annotationProcessorOptions {
|
||||||
|
arguments = ["room.incremental":"true"]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
Reference in New Issue
Block a user