Joe
09/12/2025, 9:03 PMorg.jetbrains.compose.ui.tooling.preview.Preview and the androidx.compose.ui.tooling.preview.Preview annotations when I work on the multiplatform composables and want to have previews for them?Vidmantas Kerbelis
09/13/2025, 5:37 AMorg.jetbrains.compose.ui.tooling.preview.Preview works in a shared source set.
The androidx one does continue to work only if you define it in the android source set.