https://kotlinlang.org logo
#compose
Title
# compose
m

Marco Pierucci

10/20/2023, 12:21 PM
How are we supposed to use
@Preview
on ComposeMP? I added
implementation(compose.preview)
on the androidMain source set. Then when on that sourcet and created a file with some previews ( The actual composable still in commonMain). Everything compiles but I cant just see the previews?