Hi. Is there possible to inject two different comp...
# dagger
w
Hi. Is there possible to inject two different components into a same Activity?
f
Entry point accessors?
w
Vanilla Dagger
Copy code
@Inject
lateinit var componentA: ComponentA

@Inject
lateinit var componentB: ComponentB
f
Yes, nothing is stopping you to do so...