https://kotlinlang.org logo
g

galex

07/15/2023, 3:21 PM
Hello, are there boms for beta versions of Compose somewhere? I'd like to use the latest beta 1.5.0-beta03 but can't find a version of compose-bom for it, so I guess I have to go back managing the versions of each library manually?
k

Konstantin Klassen

07/15/2023, 3:26 PM
There is this for alpha versions, don't know about a bom for beta versions
g

galex

07/15/2023, 5:21 PM
Thanks, it has some betas apparently but not the 1.5.0-beta03 one, I guess because 1.6.0 is more recent so it took that one 🤔 @cb Would it be possible to publish a bom for the latest available version of 1.5.0, pretty please ? 🙏
s

Stylianos Gakis

07/15/2023, 5:30 PM
Yeah that repo pretty much has renovate or something like that auto bump the libraries and then autogenerates the release. Why not just use that specific version for the time being? You can use that on top of bom and override it
c

cb

07/15/2023, 5:32 PM
This was asked here: https://github.com/chrisbanes/compose-bom/issues/62. I have no plans to create different release trains
a

Abhimanyu

07/15/2023, 7:06 PM
Wow, TIL about Compose BOM for alpha. I could have saved some time using this.
g

galex

07/15/2023, 7:10 PM
Indeed @Stylianos Gakis, I'll do that