How can I see the preview of Composable in KMP wit...
# getting-started
s
How can I see the preview of Composable in KMP with CMP project in Android Studio or InteliJ, I've installed the plugins but I didn't find any option like android compose to see the preview in the IDE
z
You should be able to annotate your composable with the Preview annotation from
androidx.compose.desktop.ui.tooling.preview.Preview
and then there should be a gutter icon you can click that renders the preview