Skip to content

Instantly share code, notes, and snippets.

@apksherlock
Created January 5, 2020 12:47
Show Gist options
  • Save apksherlock/9e24068075a2fbd5a3ed113cf305dd72 to your computer and use it in GitHub Desktop.
Save apksherlock/9e24068075a2fbd5a3ed113cf305dd72 to your computer and use it in GitHub Desktop.
javaCompileOptions {
annotationProcessorOptions {
arguments = mapOf(
"room.schemaLocation" to "$projectDir/schemas",
"room.incremental" to "true",
"room.expandProjection" to "true"
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment