If I'm developing a Jetbrains Platform plugin, using compose, how could I set up my gradle so I can preview Compose components?
I'm getting an error because I've blocked out all coroutines from my classpath, as per the recommendations in the docs.
E.g
Caused by: java.lang.ClassNotFoundException: kotlinx.coroutines.Dispatchers