Does anyone know if there are compose bom's publis...
# compose
m
Does anyone know if there are compose bom's published for the beta releases? We use the bom to grab the version numbers, and it would be nice to be able to create a branch to test out the beta releases and just change the bom coordinates.
z
m
Thanks @Zach Klippenstein (he/him) [MOD]. I found the latest. I had been looking at the repo mentioned in that thread, but it was outdated, and now i know why. https://mvnrepository.com/artifact/androidx.compose/compose-bom-beta
The only problem i see is that the 2025.01.00 version is pointing at all 1.7.x dependencies, not 1.8.0-beta. yes i realize that 1.8.0-beta just showed up 2 days ago, and maybe it's just a matter of waiting a few days.
Looks like it's there, just that thisindex hasn't updated. version
2025.01.01
Note that should say 1.4.0 wasn't promoted to beta yet.
m
Thanks. This is mostly for me to get a head start on migration tasks. Typically we find the most issues in our testing. In particular how semantic tree changes may have affected node selectors and what not. Aside from that, we still have a lot of espresso tests with synchronization issues due to a mixed environment between classic views and compose.