Does intellij not support compose previews `@Previ...
# compose
a
Does intellij not support compose previews
@Preview
? I am already using the Compose plugin but not seeing previews.
w
The Compose IDE plugin only adds support for Desktop previews. So it will work in desktop sources. (Also make sure that you import the desktop
@Preview
annotation, and not the multiplatform one). Android previews should work if you have installed the Android plugin. Otherwise you can use Fleet to have previews in Common, Android, and Desktop.
☝️ 2
☝🏻 1