Skip to content

Instantly share code, notes, and snippets.

@MkhytarMkhoian
Created June 5, 2024 20:25
Show Gist options
  • Save MkhytarMkhoian/6fbdcafd0e3e0486e80aa647bacb4768 to your computer and use it in GitHub Desktop.
Save MkhytarMkhoian/6fbdcafd0e3e0486e80aa647bacb4768 to your computer and use it in GitHub Desktop.
val mainModule = module {
factory {
AppNavigator(navController = get())
} binds arrayOf(
ScreenNavigator::class,
GlobalAppNavigator::class,
TicketsNavigator::class,
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment