yes it is. in hilt, you don't have to declare module manually tho, some module are already provided out of the box by hilt. what you need to do is to use @InstallIn to define your component in the specified module. check out here: https://dagger.dev/hilt/modules.html#:~:text=A%20module%20is%20installed%20in,check%20may%20be%20optionally%20disabled.