I've got the Multiplatform Compose android studio ...
# multiplatform
r
I've got the Multiplatform Compose android studio plugin, but nothing shows up regarding preview for this:
Copy code
@Preview
@Composable
fun Test() {
    Box { 
        Text("Hello")
    }
}
The source in the shared source, and the Preview is from the jetbrains namespace.
k
as I remember if you are using android studio, than you can make preview of previews in androidMain or jvmMain. So it's not possible to render preview in commonMain. Support for previews in commonMain code is in Fleet
r
So the plugin on the marketplace doesn't work for android studio?
t
g
There is this ticket which have activity lately : https://youtrack.jetbrains.com/issue/KTIJ-32720