jordond
07/07/2023, 12:55 AMshared/commonMain, but you can’t just put a @Preview down and have it work.
All I’ve been able to come up with so far is to create a dummy file in androidApp/ that sets up a Preview for the Composable I’m currently working on. It’s not an amazing experience, so I was wondering if there was a different approach here.Jeff Lockhart
07/07/2023, 1:01 AM@Preview support.jordond
07/07/2023, 1:03 AMcommonMain sourcesetJeff Lockhart
07/07/2023, 1:04 AMcompose.desktop.currentOs dependency, not just compose.desktop.common.SanjayKarki
07/07/2023, 4:08 AM