Devanshu Pathsariya
10/01/2024, 9:34 AMA
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