Skip to content

Instantly share code, notes, and snippets.

@krzdabrowski
Created December 18, 2024 19:15
Show Gist options
  • Save krzdabrowski/957ff37685bee5fde49154141ef596d0 to your computer and use it in GitHub Desktop.
Save krzdabrowski/957ff37685bee5fde49154141ef596d0 to your computer and use it in GitHub Desktop.
internal val navigationFactoryModule = module {
single { LoginNavigationFactory() } bind NavigationFactory::class
single { SearchNavigationFactory(get()) } bind NavigationFactory::class
single { SettingsNavigationFactory(get()) } bind NavigationFactory::class
single { ChatNavigationFactory(get()) } bind NavigationFactory::class
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment