Sha Sha Chu
07/24/2025, 6:05 PMyigit
07/24/2025, 7:08 PMdanysantiago
07/24/2025, 7:11 PM@Inject
classes or are you generating `@Module`s?
If it is the latter, you need to help Hilt 'know' that you will be generating things it has to aggregate. See: https://dagger.dev/hilt/creating-extensions.html
Specifically the APIs that triggers your code generation needs to be annotated with @GeneratesRootInput
so Hilt knowns processors for that annotation need to generate their code before it can do its aggregation.Sha Sha Chu
07/24/2025, 7:53 PMSha Sha Chu
07/24/2025, 8:15 PM