> To pass the argument to the destination, you ...
# compose
t
To pass the argument to the destination, you need to add the value to the route in place of the placeholder in the call to `navigate`:
navController.navigate("profile/user1234")
How would one pass parcelable argument to a route? Receiving is straightforward. Passing seems not.
t
In general, this isn't something you should consider doing
I totally agree with this. Specially with the "In general part" 😄. Anyway thanks for the reply.
👍 1