you can always have unscoped providers
# dagger
j
you can always have unscoped providers
👍 1
s
Thanks for the reply @jw. I was always under the assumption that once you annotate
AppComponent
as `Singleton`all the modules that depends on it will provide
Singleton
instances of the dependencies.