Code cleanup

This commit is contained in:
antonio 2023-04-08 12:24:41 +02:00
parent 9bdcd1510f
commit 6b81f64c12

View file

@ -17,7 +17,10 @@ android {
javaCompileOptions {
annotationProcessorOptions {
arguments += ['room.schemaLocation': '$projectDir/schemas'.toString()]
arguments += [
"room.schemaLocation": "$projectDir/schemas".toString(),
"room.incremental" : "true"
]
}
}
}