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

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

Loading…
Cancel
Save