Does anyone know where to report issues like this....
# android
u
Does anyone know where to report issues like this. I haven't found an issue tracker for kapt yet. Is it just shared with the kotlin one?
v
u
Cool thanks :)
g
On my experience (we use AP a lot in our project) current kapt implementation works pretty well for all cases where apt works. Probably error somewhere in your code. But kapt has problem sometimes in case when you build failed and all next runs failed as well until project clean
u
As i said in the example. Both a clean fixes the issue and the work around also fixes the issue. I do not think it is my code because if it was then a clean should not fix it. Incremental builds should at least try to produce the same results as a complete rebuild would.
g
Yeah, if clean build works it's another problem, I know this problem, I mentioned it above