Stepped away from compose/kmp for a few months. Wh...
# compose-ios
c
Stepped away from compose/kmp for a few months. What's the word on what version of compose multiplatform + kotlin to use at this point if we want to be able to use xcode 16? i want to be using kotlin 2.0+ hopefully, but it looks like it's not supported on compose-multiplatform 1.7.0-rc01?
d
Kotlin 2.0.21 supports Xcode 16
K 1
a
https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-compatibility-and-versioning.html#kotlin-compatibility says
As long as you are using Compose Multiplatform 1.6.10 or higher and Kotlin 1.7.10 or higher, Compose Multiplatform is compatible with Kotlin.
I just checked my projects and the gradle
libs.versions.toml
said I’m using 2.0.20 This is endlessly confusing https://github.com/JetBrains/compose-multiplatform/releases labels 1.7.0-rc01 as “Pre-release” but you have rolled straight onto dev releases of 1.8.0 The release notes for 1.7.0-rc01 say Support Kotlin 1.9.25 Confirming it’s definitely building and debugging to iPhone and simulator running iOS18, with XCode16 installed, on my Mac with Kotlin 2.0.21 specified for compose-plugin 1.7.0.rc01
c
Thanks Andy!
1.7.0 stable is out!
👀 1