Shubham Singh
02/17/2023, 9:35 AM1.4.0-alpha01-dev938
with Kotlin Version 1.8.0
where I have a common module named composeMain
that contains common composables for both Desktop and Android.
I've just realised that rememberSaveable
is not persisting values through screen rotations on Android. I tried downgrading to the latest stable version 1.3.0
as well but I'm still facing the same issue.
Is this a known bug? Or I might be doing something wrong here?