Skip to content

Instantly share code, notes, and snippets.

@appspell
Created May 11, 2021 05:52
Show Gist options
  • Save appspell/9852be02f55e716237d68a07a20faaf8 to your computer and use it in GitHub Desktop.
Save appspell/9852be02f55e716237d68a07a20faaf8 to your computer and use it in GitHub Desktop.
sealed class NavigationDestination(val destination: String) {
object Screen1 : NavigationDestination("screen1")
object Screen2 : NavigationDestination("screen2")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment