Make Room incremental

This commit is contained in:
topjohnwu 2020-01-12 04:54:20 +08:00
parent 342ae7c8cd
commit 0827044caf

View File

@ -19,6 +19,12 @@ android {
multiDexEnabled true
versionName props['appVersion']
versionCode props['appVersionCode'] as Integer
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.incremental":"true"]
}
}
}
buildTypes {