Has compose preview in commonMain released?
# compose
m
Has compose preview in commonMain released?
w
It works in latest Intellij EAP / Android Studio Canary, but it's extremely limited. Only phone windows supported, no configuration options, and preview parameter providers didn't work when I tried. But it does render, and I've already successfully used it to diagnose and fix Compose issues, so I'd say it's worth trying.
m
How do I enable it?
w
I'm pretty sure it just works. I didn't have to configure anything for it. 🤔
m
what cmp version are you using?
w
1.8.0-alpha03 with whatever the latest Studio Canary is.
m
For some reason I'm not even able to import the annotation though I have added the dependencies:
Screenshot 2025-03-05 at 6.41.23 pm.png
w
Have you tried
compose.components.uiToolingPreview
?
m
That worked thank you!
🎉 2