Skip to content

Instantly share code, notes, and snippets.

@wangerekaharun
Created October 27, 2019 12:04
Show Gist options
  • Save wangerekaharun/7ae47ba933a686db7bb30637c6a3226e to your computer and use it in GitHub Desktop.
Save wangerekaharun/7ae47ba933a686db7bb30637c6a3226e to your computer and use it in GitHub Desktop.
Adding expanding projections in room
android {
...
defaultConfig {
...
javaCompileOptions {
annotationProcessorOptions {
arguments = [
"room.expandProjection":"true"
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment