Yes, the component is `@Singleton @Component(modul...
# dagger
r
Yes, the component is
@Singleton @Component(modules = arrayOf(FooModule::class)) interface FooComponent { fun foo(): Foo ... }