I encountered this issue in compose desktop. I added SelectionContainer to each item in LazyColumn. And after selecting, scrolling up and down, the error occurred:
Copy code
java.lang.IllegalArgumentException: Another selectable with the id: androidx.compose.foundation.text.selection.MultiWidgetSelectionDelegate@4c3d1aa6.selectableId has already subscribed.
at androidx.compose.foundation.text.selection.SelectionRegistrarImpl.subscribe(SelectionRegistrarImpl.kt:105)
...