Skip to content

Instantly share code, notes, and snippets.

@MyricSeptember
Created January 27, 2022 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MyricSeptember/55433b935ae3170a1578460f529d3353 to your computer and use it in GitHub Desktop.
Save MyricSeptember/55433b935ae3170a1578460f529d3353 to your computer and use it in GitHub Desktop.
Specify arguments to be received by HomeScreen
composable(
route = CountryScreens.DetailScreen.route + "/{countryId}",
arguments = listOf(navArgument(name = "countryId") {
type = NavType.IntType
})
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment