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

Marco Pierucci

10/20/2023, 12:23 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?
k

khalid64927

10/21/2023, 2:32 AM
I had the same question and problem. I'm adding previews in android App module instead of android Main