Skip to content

Commit

Permalink
Fix 'not recognized by any processor: [room.schemaLocation...]'
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed Nov 19, 2024
1 parent 5c76861 commit 01c51cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ android {
arg("room.incremental", true)
arg("room.schemaLocation", "$projectDir/schemas")
}
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation":"$projectDir/schemas".toString()]
}
}
}

buildFeatures {
Expand Down

0 comments on commit 01c51cb

Please sign in to comment.