hey guys, im writing my first annotation processor...
# kapt
g
hey guys, im writing my first annotation processor and have run into an NPE in
RoundEnv.getElementsAnnotatedWith
(see attached) If I compile just a fraction of my lib it seems to run without issue, but when I run with my full project (and unfortunately our deps are not tidy so I cant simply enable pieces one-by-one) it crashes as above. any thoughts?