You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Refactored some of the utility functions to correctly account for the possibility of a NavBackStackEntry corresponding to a NavGraph entry and not a Destination one.
2. Fixes #252 : Added Stable annotation to DestinationsNavigator
3. Improved internal route building to use "&" instead of "?" for non mandatory arguments other than the first one. (thanks @Mordred )
4. Fixes #221 : Added explicity types and visibility. Also made generated Destination be declared as internal if corresponding annotated Composable is.