<Kotlin Multiplatform Mobile work with Jetpack Com...
# stackoverflow
u
Kotlin Multiplatform Mobile work with Jetpack Compose? There are 2 problems that do not allow to generate compatibility between these technologies Jetpack Compose The first problem is that it only works with Android Studio Canary x. Android Studio 4.2 Beta 6 Jetpack Compose is a preview feature, and support for Compose is included only in Canary versions of Android Studio. To use Compose in your app project, download and install the latest Canary version of the IDE. Jetpack Compose works with: Android Studio Canary Kotlin 1.4.30...