hey <@UDFLD19DL> I reviewed the last Hilt doc and ...
# dagger
u
hey @Manuel Vivo I reviewed the last Hilt doc and it is still not clear, how to provide dependency to Hilt
SingletonComponent
from another
Component
(that doesn't depend on any other parent component). For example, I have some lib gradle module, that exposes its API via interface
MyLibComponent
. Previously I declared for my
ApplicationComponent
a dependency using
@Compoent(dependencies = MyLibComponent::class)
and bind them in runtime.