Hey everyone!
I’m currently experimenting with Compose Multiplatform in Android Studio and am running into issues with the Preview feature. It doesn’t render when I try to preview a composable defined in commonMain. Does anyone know if it’s necessary to put @Preview composables strictly in the androidMain source set, or if there’s a particular Gradle/AS setting I need to tweak to get previews working in commonMain?
I’m attaching a screenshot that shows my setup in Android Studio. Any tips or best practices would be much appreciated!
Also I'm using Android Studio Meerkat | 2024.3.1
Thanks in advance.