aclassen / ComposeReorderable

Enables reordering by drag and drop in Jetpack Compose (Desktop) LazyList & LazyGrid.
Apache License 2.0
821 stars 86 forks source link

Compose 1.4, AGP 8.0, refactored forEachGesture with awaitEachGesture #257

Open VeselyJan92 opened 1 year ago

VeselyJan92 commented 1 year ago

Updates:

Need to be tested and reviewed. Gradle 8.0 could potentionally break something.

Monabr commented 1 year ago

Looks good

serbelga commented 10 months ago

You can simplify code in Modifiers using androidx.compose.foundation.gestures detectDragGestures and detectDragGesturesAfterLongPress

bpappin commented 7 months ago

This PR was copied to https://github.com/bpappin/ComposeReorderable/pull/3