Cross-post because of topic overlap.
# compose
s
Cross-post because of topic overlap.
a
There is no common preview annotation. The annotations for desktop (
androidx.compose.desktop.ui.tooling.preview.Preview
) and Android (
androidx.compose.ui.tooling.preview.Preview
) are both only available in platform-specific source.
s
Thanks @Albert Chang. So it’s currently not possible to have previews for shared Compose code in
commonMain
?