Commit 655714f
build(app): remove redundant room schema location from annotationProcessorOptions
Removes the 'room.schemaLocation' argument from the general
annotationProcessorOptions block in app/build.gradle.kts.
Since KSP is already used for the Room compiler, the schema location is already correctly provided via 'ksp.arg'. Leaving it in the general javaCompileOptions caused Kapt to pass the argument to other processors (like prism4j), resulting in "unrecognized options" warnings during compilation.
Signed-off-by: Josh <josh.t.richards@gmail.com>1 parent ca84d82 commit 655714f
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | 110 | | |
115 | 111 | | |
116 | 112 | | |
| |||
0 commit comments