Skip to content

Instantly share code, notes, and snippets.

@wangerekaharun
Created October 27, 2019 11:41
Show Gist options
  • Select an option

  • Save wangerekaharun/bef2ecef0c18719e207f8e96877253f7 to your computer and use it in GitHub Desktop.

Select an option

Save wangerekaharun/bef2ecef0c18719e207f8e96877253f7 to your computer and use it in GitHub Desktop.
Adding room incremental processing support
android {
...
defaultConfig {
...
javaCompileOptions {
annotationProcessorOptions {
arguments = [
"room.incremental":"true"
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment