How would I go about testing whether my symbol pro...
# ksp
z
How would I go about testing whether my symbol processor works when imported into another project to be used? I created one and loaded it to Github packages, but when I import it into a new Android project the annotation processor is not compiling. Is there a way I can test this in a unit test or is there some preprocessing step that needs to happen?
g
z
Thanks, I worked with that and managed to get the import being viewed by my IDE. Unfortunately, when I add a custom annotation to a class, it fails and says the corresponding kotlinpoet FunSpec is not found. I added the kotlinpoet dependencies to the using project's build.gradle but the problem persists, and I was unable to find a resource which explained why it could not be resolved.