are there any drawbacks of using `ksp` in a projec...
# ksp
w
are there any drawbacks of using
ksp
in a project that uses
kapt
for all other annotation processors? or is it that i just won’t see the speed improvements from using
ksp
?
👍🏻 1
t
Yep, main issue is speed. Depending on processor / project, it can be slower. Another thing worth mentioning is that ksp and kapt don't see / process outputs from each other.
👍🏻 1
w
thanks 🙂