Carter
04/17/2024, 6:21 PMandroidx.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.Ivan Matkov
04/17/2024, 7:15 PMandroidx.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/WASMIvan Matkov
04/17/2024, 7:21 PMCarter
04/17/2024, 7:22 PMCarter
04/17/2024, 7:23 PMIvan Matkov
04/17/2024, 7:23 PMIvan Matkov
04/17/2024, 7:25 PM