Created
October 27, 2019 12:04
-
-
Save wangerekaharun/7ae47ba933a686db7bb30637c6a3226e to your computer and use it in GitHub Desktop.
Adding expanding projections in room
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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