With the Compose 1.6.10-beta01 release, is the coo...
# compose-desktop
c
With the Compose 1.6.10-beta01 release, is the coordinate for the lifecycle library
androidx.lifecycle:lifecycle-lifecycle-viewmodel-compose:2.8.0-alpha01
or
org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose:2.8.0-alpha01
? The release notes say the former, but latter is what seems to actually work.
i
androidx.lifecycle
- Google's library that recently compiled for some more platforms.
*-compose
modules there works only with jetpack compose, but not with Compose Multiplatoform
org.jetbrains.androidx.lifecycle
- the library from JetBrains that uses redirect to Google's original binary on supported platforms. It works with Compose multiplatform and supports more platforms like JS/WASM
So the approach here is the same as we already have with Compose
c
Ok, so do the release notes need to be updated?
I’ve been using the new libraries in the compose dev builds over the past week, and it is very nice to have them 😀
i
oh. you're right. on it
done, thanks
🦜 2