? The release notes say the former, but latter is what seems to actually work.
i
Ivan Matkov
04/17/2024, 7:15 PM
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
Ivan Matkov
04/17/2024, 7:21 PM
So the approach here is the same as we already have with Compose
c
Carter
04/17/2024, 7:22 PM
Ok, so do the release notes need to be updated?
Carter
04/17/2024, 7:23 PM
I’ve been using the new libraries in the compose dev builds over the past week, and it is very nice to have them 😀