Oh, if you try to run the above, dagger will say i...
# android
y
Oh, if you try to run the above, dagger will say it can’t provide the
addFunc
as a dep for
plus3
, but if you delete that, and only have
provideAddFunc
and
val addFunc
on the component, everything works fine, and can be injected etc