Hi, I want to create a component that has missing ...
# dagger
a
Hi, I want to create a component that has missing bindings which are filled by different subcomponents, Is there anyway to create this on Android?
bindsOptionalOf
should work and return the missing bindings as
Optional
, but it will be heavy to include
Guava
just for this usecase