Does anybody else have issues with Compose Previews in Kotlin Multiplatform projects?
I noticed that deploying previews to device is slow in our project and figured out that having a Kotlin Multiplatform module is the problem.
I created this issue: https://issuetracker.google.com/issues/235574680
r
Racka N
06/12/2022, 5:33 PM
This has been an issue for quite a while. In my case, Multiplatform projects completely break Jetpack Compose previews. They don't work at all.
m
Marek Hlava
06/12/2022, 5:36 PM
Previews in the IDE work fine for me. This is specifically about deploying previews which works but is basically unusable.
v
Vojtěch Pešek
06/13/2022, 6:22 AM
We also have very slow previews render, never investigated that though. I voted +1 on the issue 🙂