Hi, I’ve been trying to understand the problem, but I’ve no clue unfortunately.
The repo is this
https://github.com/CurtesMalteser/ksp-preferences.
What I learnt so far is that the file is generated when I build the project, but it’s deleted when I try to run the app.
If I keep building the project and trying to execute it, it will work after some tries.
This only happens if I try to use Dagger or Hilt.
But I definitely need to use it with Dagger.
It might be a noob mistake and all the help is welcome.
Is there any resources available where I can learn how the processor is triggered and how the code is generated?
Right now I’m just following the official tutorials and not really understanding what’s happening.