https://kotlinlang.org logo
Title
j

Jan Skrasek

05/11/2023, 6:52 AM
What are the plans to release synchronization of Compose Android & Compose Multiplatform? (E.g. to solve issues like missing m3 1.1 ^^^). Is this going to happen this year? When? Or what's the blocker? Thank you.
i

Igor Demin

05/12/2023, 4:19 PM
Jetpack Compose Material3 is released separately from the other Compose libraries and it is released from a different commit. Compose Multiplatform libraries on the other hand are released at once from one commit. It adds difficulties and requires manual checks/merges. With the current strategy you can expect the Multiplatform release of a library in 1-3 month after the Jetpack Compose release. We can't make auto releases of dev-versions and don't plan to solve this in the foreseeable future.
j

Jan Skrasek

05/12/2023, 5:50 PM
TBH this is a big issue for releasing my compose design system as multiplatform. 😔
Thanks for the response.