I started using Jetpack Compose and I'm very happy with it. I replaced a couple of layouts that where defined in xml by a @Composable function.
When I went back to my Navigation-xml I noticed that the preview inside every screen is done with tools:layout property. And property reference to a layout in xml. Not to an @Composable function.
Is there already a way to reference to a @Composable function from tools:layout in a Navigation xml so that the preview of my entire flow will be visible?
navigationresource.