Any way yet to access the `commonMain` `@Preview` ...
# compose-desktop
d
Any way yet to access the
commonMain
@Preview
support from K
1.9.0-alpha02
in the IDE? I understand this requires IDE support but I can't see any supporting Kotlin or Compose Multiplatform IDE plugin in the
Dev
channel.
f
It should be supported in the mac/linux only plugin
d
I'm using IntelliJ Ultimate 2025.1.3 with Compose Multiplatform
1.9.0-alpha3
on Mac. In
commonMain
build I've got:
Copy code
implementation(compose.components.uiToolingPreview)
And then again in
commonMain
source:
...but no Preview gutter-icon or activation of Preview window. Any idea if I'm wrong to expect this to work, @Fudge?