pull/1006/head
gedoor 4 years ago
parent 275ab65234
commit 8666ca06af
  1. 2
      app/build.gradle

@ -37,7 +37,7 @@ android {
multiDexEnabled true multiDexEnabled true
javaCompileOptions { javaCompileOptions {
annotationProcessorOptions { annotationProcessorOptions {
arguments = [ arguments += [
"room.incremental" : "true", "room.incremental" : "true",
"room.expandProjection": "true", "room.expandProjection": "true",
"room.schemaLocation" : "$projectDir/schemas".toString() "room.schemaLocation" : "$projectDir/schemas".toString()

Loading…
Cancel
Save