Hi guys, I'm using KMP and have a working example using Compose Multiplatform with one screen with a Surface and a Card. So far so good. Now I want to create three screens: screen A with a button to go to screen B, screen B with a button to go to screen C, and screen C with a button to go to screen A. I've looked at the Navigation component and it seems to be what I want.
https://developer.android.com/guide/navigation/use-graph/navigate. Is there an example using it? I understand the basics but am having trouble pulling it together in a workable fashion.