Hi! When looking at github releases page or source...
# compose-desktop
d
Hi! When looking at github releases page or source code, is there a quick way to check which compose version is used by jb-compose?
l
Typically, it should match the name of the compose-jb release, except with the latest alphas.
If you go to compose/frameworks/support @ 8c0864d, you can see the androidx compose library it’s using.
d
Thanks. Not so obvious there too, but eventually I found what looks like it in the
toml
-file https://github.com/JetBrains/androidx/blob/8c0864de09a2964fd086bd80b5fdfd9b073d6f57/libraryversions.toml#L21
👍🏻 1
👍 1
Would be nice if this info was in the readme, it would help when setting up or upgrading a KMP project.