I have a main settings screen, then several subscr...
# compose
z
I have a main settings screen, then several subscreens which contain categorized settings. How would I structure this in my navhost?
And giving the nested graphs like this
nestedGraphs: NavGraphBuilder.() -> Unit
is a result of those graphs being in other modules. If in your case everything is inside your settings module and can reference each other safely, you can simply write them inline in your settingsRoute() function too. Whatever fits your case really.