Skip to content

Instantly share code, notes, and snippets.

@Morfly
Created November 7, 2021 02:18
Embed
What would you like to do?
@Singleton
@Component(
dependencies = [CommonProvider::class],
modules = [NavigationModule::class]
)
interface AppComponent : CommonProvider
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment