Skip to content

Instantly share code, notes, and snippets.

@attilakruchio
Created June 25, 2022 13:01
Show Gist options
  • Save attilakruchio/c22c7317102145bea69cd408b18ab92d to your computer and use it in GitHub Desktop.
Save attilakruchio/c22c7317102145bea69cd408b18ab92d to your computer and use it in GitHub Desktop.
Gist for 'Easy and elegant navigation with Jetpack Navigation and Hilt' Medium article (https://medium.com/@kruchio98/6f93a0461298)
sealed interface SingleEvent
data class NavigateTo(
val navDirections: NavDirections
) : SingleEvent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment