📣 #MultiplatformTip What is the difference between #KMP and Compose Multiplatform? 🤔 Kotlin Multiplatform is a technology by @JetBrains that allows you to write code once and reuse it on different platforms like Android, iOS, web, desktop, and server. Compose Multiplatform is a declarative framework for sharing UI 🎨 across platforms, based on Kotlin by JetBrains and Jetpack Compose by @Google, and enabled by Kotlin Multiplatform.
1
23
128
18K
9
@kotlin @jetbrains I’m using in my software here: github.com/paulocoutinhox…