https://kotlinlang.org logo
#compose
Title
# compose
j

Javier

08/28/2020, 11:14 PM
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
In the first use case, trying yo use a data class from Multiplatform module inside a Composable in the Android module
2 Views