Desmond Teo
03/12/2021, 6:18 PMIan Lake
03/12/2021, 7:41 PMnavigation
element (which is going to make that first approach much more difficult): https://developer.android.com/reference/kotlin/androidx/navigation/compose/package-summary?hl=en#navigation - do you mind filing a bug so we can make sure those are included there? https://issuetracker.google.com/issues/new?component=409828Desmond Teo
03/13/2021, 2:56 AMAny arguments you pass to the graph itself will automatically be sent to the start destination of the graphdoes this means we have to declare the args on both the graph and the destination, or just one of them?
Ian Lake
03/13/2021, 4:54 AM