Compose Preview doesn’t work with Multiplatform modules. The next use cases are not working
• Android module with Compose implements a Multiplatform module with JVM target (didn’t try with Android target)
• Compose inside Multiplatform module
But it is working perfectly if Compose is in an Android module and it implements a Kotlin JVM module
Javier
08/28/2020, 11:16 PM
In the first use case, trying yo use a data class from Multiplatform module inside a Composable in the Android module