Are there any plans or work in progress to get Com...
# compose
r
Are there any plans or work in progress to get Compose on iOS?
d
I don’t think there is any plan for Compose for iOS at the moment. Jetbrains is currently working on the Desktop and Web version of Compose though.
@Rafs if you use Kotlin MultiPlatform for the shared code, it’s straightforward to use SwiftUI on iOS, as you just need to add 15% of code, where 85% is shared. I wrote about it here: https://danielebaroncelli.medium.com/the-future-of-apps-declarative-uis-with-kotlin-multiplatform-d-kmp-part-1-3-c0e1530a5343
👍🏽 2
d
Just desktop really. Web is just an idea/POC.