Anyone used KSP over KAPT yet? Does it do multi pa...
# announcements
t
Anyone used KSP over KAPT yet? Does it do multi pass? I have a some kapt annotations that get their types from other annotation processing and the kapt stub's don't compile (ironically the rest of the project does after all the annotation processors run).
m
No multi pass yet as far as I know. They talk about it a bit here: http://androidbackstage.blogspot.com/2020/07/episode-144-compilers.html
t
how do people do code gen that depends on other code gen then?
do I have to create a tree of dependency projects?
m
I think they’ll be adding rounds and other helpers to make it easier to migrate current java annotation processors, it’s still a young project
d
#ksp