What's the latest compose-web version?
# compose-web
b
What's the latest compose-web version?
o
1.0.0-alpha1-rc3 was built yesterday
b
Do we no longer have
-web
suffixed artefacts?
h
This suffix is still required
b
from the link you've sent it looks like -web is no longer required
o
from the link you've sent it looks like -web is no longer required
that's true. we've aligned the versions with desktop some time ago
b
Must've missed that announcement. Thanks for clarifying.
h
Sorry, I mixed the suffix with the artifact name in the compose plugin, like
compose.web.core
and
compose.web.widgets
l
@Big Chungus #refreshversions will tell you, and you know it
b
I know, I got confused with that old
-web
suffix, which basically split compose versions into two flavours. As confirmed above, that's no longer an issue.
👍🏼 1
BTW, the refreshVersions was what prompted the question as there hasn't been a
-web
version for quite a while after I've run
./gradlew refreshVersion
earlier today :D
l
Doesn't it give you the version of the Gradle plugin?
Example project where I'll need to upgrade compose-jb: https://github.com/LouisCAD/ResumeComposition
b
there's just one compose version in versios.properties, which is used for all comoses. Not a problem anymore once they've got merged under a single version
l
Anymore? I don't understand what the problem was before. I just have one version for the plugin on my side, even before the latest version.
b
Before you had different versions for the same plugin artefact coordinates (e.g.
x.y.z
for desktop and
x.y.z-web
for web + desktop)
l
It was before the version
0.5.0-build245
then
b
Yes, I haven`t touched web compose for a while now and was upgrading from 0.0.0-web 😄
l
That explains!
h
Have fun with refactoring the api changes 😄
b
Already did 😄 I'm glad that I didn;t go too far when rebuilding my app in compose last time