When I run build, I'm pretty sure I've set kapt up...
# kapt
e
When I run build, I'm pretty sure I've set kapt up right because
getSupportedAnnotationTypes
runs, however
process
never actually seems to. I've read that that's what happens when the annotation in
getSupportedAnnotationTypes
isn't found. My theory is that even though I've imported the shared lib project in the processor
build.gradle.kts
that the processor doesn't search those files for the annotation because it's already been compiled.