Compose nav question. Is every navigation destinat...
# compose
c
Compose nav question. Is every navigation destination essentially a "global" destination? I remember with navigation arch component you would actually create actions by settings these deterministic connections between screens. Is that gone with compose nav?
f
Yes it's global, I'm not sure about sub graphs tho, but basically even sub graphs are under the same nav host