Hi folks, Not sure where to post this query, I wan...
# dagger
d
Hi folks, Not sure where to post this query, I wanted to know how the hilt is able to bind the dependency from higher level module to a lower level module component. Ex: Module
A
has an interface(
SampleInterface
) whose implementation is requested in the
Activity
, Module
app
provides the implementation of the
SampleInterface
and binds it. How is lower level module's activity is injected with the Implementation from the higher level module FYI:
SampleInterface
is bound to the
ActivityScope