How are we supposed to use `@Preview` on ComposeMP...
# multiplatform
m
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
I had the same question and problem. I'm adding previews in android App module instead of android Main