Hi everyone, I’m encountering an issue with Dagger during local development:
I have two modules where one depends on the other (Module-B is installed in Module-A). After updating the function signature in Module-B and running dagger develop, the internal code generation doesn’t reflect the updates. I’ve tried clearing the cache with dagger core engine local-cache prune and deleting internal files, but it still generates the old version of the code.
Has anyone experienced a similar issue or know how to force Dagger to regenerate the updated code?
I opened this github issue: https://github.com/dagger/dagger/issues/9304
I made a video to explain the situation https://www.youtube.com/watch?v=9tAhftPotq8
Thanks in advance!