The new alpha versioning - do I understand correct...
# decompose
e
The new alpha versioning - do I understand correctly that for multiplatform I have to specify also experimental for iOS/native target
a
That's not new, I believe. For now please use -compose-experimental version. I'm considering moving Compose for iOS to the stable branch.
K 1
e
I have kmm project that was building. I lifted version from alpha-04 to alpha-07 and it broke gradle
oke, most probably I interpreted it wrong
I see
Copy code
Could not resolve com.arkivanov.decompose:extensions-compose-jetpack:2.1.0-alpha-07
And it is about extension
I will come back and verify everything tomorrow morning
I see there is only 06 version for extensions
So it is my toml problem
I should split versions
Have you thought about BOM?
a
So extensions-compose-jetpack is only for Jetpack Compose for Android. For Compose Multiplatform you need extensions-compose-jetbrains. And for Compose for iOS you have to use 2.1.0-compose-experimental-alpha-07 version for all Decompose dependencies.
e
Aha, oke!
a
Nope, I haven't thought about BOM. But I will. 😀
e
Oke my gradle is fixed!
Thank you!
a
Yay!
🙌 1