I use compose Multiplatform since v1.0 and don’t remember any (serious) migration issues.
The one time they changed the package name for lazy grids was a bit annoying, but other than that I had a relatively smooth ride.
🙌 1
p
Pablichjenkov
08/23/2025, 9:59 PM
Well, using it before v1.0 and I can't say the same unfortunately. No changes when it comes to API or very little right.
But "runtime behavior", oh boy. I have gone through unexpected behavior changes in touch event propagation, look and feel, interoperability with old toolkit, performance everything. And when I say compose I mean material3 and all the libraries surrounding it. Perhaps compose itself is not so bad.
But yeah, every time I upgrade, I do full regression manually checking the full App due to the experience in the past