I'm writing a KSP processor that works just fine on the first compilation after clean.
But later on an incremental(?) compilation the previously generated files get deleted (by the compiler?) and my processor is not called to generate them again.
So I have to clean the Gradle module to force my processor to be called again.
(I have just started to experiment with the
ksp.incremental=false
flag but my processor seems to be working as expected with incremental compilation turned off.)
Do you have any recommendation how can I debug/fix this problem? (Or similar problems related to incremental processing?) Thanks.
l
Lilian GALLON
12/14/2023, 1:23 PM
I got the same issue, and I got it fixed by specifying