? I am already using the Compose plugin but not seeing previews.
w
Wout Werkman
10/05/2024, 6:37 AM
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.