Browse Source

Enable room incremental build

pull/3171/head
Goooler 3 years ago
parent
commit
04cf93e2cd
  1. 1
      app/build.gradle

1
app/build.gradle

@ -90,6 +90,7 @@ android {
kapt {
arguments {
arg("room.schemaLocation", "$projectDir/schemas")
arg("room.incremental", "true")
}
}

Loading…
Cancel
Save