Folks is there anyone encounter following log: `Method boolean androidx.compose.runtime.snapshots....
m
Folks is there anyone encounter following log:
Copy code
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.
There's an API calls in our code (using state in compose), and parallelly we want to show bottom sheet from other process
Does this approach not allowed in compose any other alternative that need to use?
668 Views