Running into kapt cache issue while switching branches (when code-gen source-code gets changed, like Dagger).
Cleaning, incremental cache fixes the issues.
Ideally, source change should be caught by kapt compiler and should re-generate / remove the generated files accordingly.
Any one noticed similar issue with recent upgrades - I am on kotlin
1.9.21
and dagger -
2.48.1
ritesh
01/31/2024, 5:25 PM
Noticed similar kapt cache issue, in other libraries as well - like epoxy, compose
t
tapchicoma
01/31/2024, 5:37 PM
If you have a repro - please open a new Kotlin issue