Running into kapt cache issue while switching bran...
# kapt
r
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
Noticed similar kapt cache issue, in other libraries as well - like epoxy, compose
t
If you have a repro - please open a new Kotlin issue
👍 1