I liked this tutorial about KMM so much that I wen...
# feed
o
I liked this tutorial about KMM so much that I went ahead and extended it to use Jetpack Compose and Hilt, the code is provided in the video as well tutorial: https://kotlinlang.org/docs/multiplatform-mobile-ktor-sqldelight.html video:

https://youtu.be/TXb5vow7gzs

👍 2
r
Can we use compose for both Android and ios
?
o
This is officially being worked on for Kotlin Multiplatform Mobile but for now, you use Compose for UI on Android and SwiftUI for UI iOS. And the shared code between both is Kotlin for business logic
👍 1