Jetpack Compose Navigation Question 🚦
We have a nav graph with arguments (an id which we use on multiple child screens).
Now we want to directly navigate to a child screen (not the start destination). This works without any problem, but how can we populate the saved state argument of the whole graph in this case, so that the id is accessible as always?