mgrazianodecastro
---> A (with public children x) Main --/ \---> B
fun NavController.navigateToX(arg: String){ val destination = this@ScreenX.route + "/" + arg navigate(destination) }
NAV_GRAPH_ROUTE + / + ...
Matt Rea
fun NavGraphBuilder.featureA(navigateToX: (String) -> Unit)
A modern programming language that makes developers happier.