I think this issue regressed in 1.0.26, it reprodu...
# ksp
z
I think this issue regressed in 1.0.26, it reproduces 100% in our project now and originates from KSP's own internal code rather than any custom processors doing their own caching https://github.com/google/ksp/issues/1854
n
I noticed the same on a project of mine. I instruct users of Mockative to disable incremental processing if they observe this issue:
Copy code
ksp.incremental=false