where do you keep your dagger components when usin...
# android
a
where do you keep your dagger components when using kotlin? member of your Application class? standalone var?
g
Member of Application class looks much more clear for me, instead global state
👍 2
m
i have a separate library module for that, and don’t expose graph to dependents. everything is injected view AndroidInjection