eygraber
07/30/2023, 8:57 PMmutableStateOf
functions in 1.6.0 alphas?
I have an Android app that is using a library built with KMP Compose 1.5.0-beta01 which redirects android dependencies to use 1.5.0-beta03 Jetpack artifacts. I have a call to mutableIntStateOf
in the library's common code which works fine in the Android app if I don't touch the compose versions.
If I force the Android app to use 1.6.0-alpha02 Jetpack artifacts it crashes with java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/compose/runtime/PrimitiveSnapshotStateKt
Albert Chang
07/31/2023, 4:49 AMmutableFloatStateOf
was changed.eygraber
07/31/2023, 5:28 AMeygraber
07/31/2023, 5:28 AMmutableFloatStateOf
as wellAndrey Kulikov
08/02/2023, 1:44 PMeygraber
08/02/2023, 2:32 PM