Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
Component used: Navigation Version used: 2.8.2 Devices/Android versions reproduced on: N/A
Working with navigation DSL in a big project means we get flexibility and similar api as with compose navgraph builder api, but we still have plenty of activities and fragments. Since compose has been introduced, a fair % of our screens have gotten rewritten/written in compose, but all of them have a shell fragment to host them. With navigation 2.8.0 comes support for compose destinations inside ComposableNavHostFragment, but only possible to use if using xml graph declaration.
example implementation