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

Rafs

11/28/2020, 12:45 PM
Are there any plans or work in progress to get Compose on iOS?
d

Daniele B

11/28/2020, 12:48 PM
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

Dominaezzz

11/28/2020, 2:03 PM
Just desktop really. Web is just an idea/POC.