How frequently is the multiplatform fork synced with the core compose sources? Does that only happen close to the stable release? If so, is there no concern that most / all dev builds do not get good coverage since they don’t have the changes happening in the core development?
For example,
1.5.0-dev1084
is still on the old implementation of modifiers
i
Igor Demin
07/18/2023, 7:35 PM
With the current strategy - it is one merge after the Jetpack Compose release, and one intermediate merge during the beta stage.
The JC 1.5.0-beta03 version merged just now.
Igor Demin
07/18/2023, 7:35 PM
We are looking for ways to reduce repetitive work, it may allow us to speed up merges in the future.
k
Kirill Grouchnikov
07/18/2023, 7:56 PM
Hopefully in the future we’ll have a wider window to find and report bugs that come from the core distribution. Of course, if there’s something really bad that snuck in, the multiplatform one can do its own bugfix release.