mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Code cleanup
This commit is contained in:
parent
9bdcd1510f
commit
6b81f64c12
1 changed files with 4 additions and 1 deletions
|
|
@ -17,7 +17,10 @@ android {
|
|||
|
||||
javaCompileOptions {
|
||||
annotationProcessorOptions {
|
||||
arguments += ['room.schemaLocation': '$projectDir/schemas'.toString()]
|
||||
arguments += [
|
||||
"room.schemaLocation": "$projectDir/schemas".toString(),
|
||||
"room.incremental" : "true"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue