I'm trying to include dagger hilt to my multimodule project with just three modules (app, frameworks_and_drivers, interface_adapters). I followed the hilt documentation https://developer.android.com/training/dependency-injection/hilt-android?hl=es-419, so i ended addding the same things to the three different modules, i know we can sinplify to just add in a single one. When i tried to rebuild the project this error appear: "error: cannot find symbol
import dagger.hilt.android.components.ApplicationComponent;"
for some reason the ApplicationComponent is not available even when the other are.
Maybe if one of you know how to fix this, please let me know. Thanks!