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
startDestination of both DestinationsNavHost and NavGraph was renamed to startRoute and it's now of type Route (which is an interface only implemented by Destination and NavGraph). This is because NavGraph is also a valid starting point for a NavGraph. So now, Route is used so that you can pass a Destination like before or a NavGraph.
RouteIdentified was renamed to Route and is now a sealed interface only implemented by NavGraphSpec and DestinationSpec (as seen above).