Method boolean androidx.compose.runtime.snapshots.SnapshotStateList.conditionalUpdate(kotlin.jvm.functions.Function1) failed lock verification and will run slower.
Common causes for lock verification issues are non-optimized dex code
and incorrect proguard optimizations.
miqbaldc
11/28/2022, 2:15 AM
There's an API calls in our code (using state in compose), and parallelly we want to show bottom sheet from other process
miqbaldc
11/28/2022, 2:15 AM
Does this approach not allowed in compose any other alternative that need to use?