I want to be able to pick up and drag one element ...
# compose
r
I want to be able to pick up and drag one element into a "container" element, i.e. moving files around in folders in AS or IntelliJ. Dragging is supported fine, but detecting when something is dropped on the current composable seems hard (looking for enter/exit doesn't work since
detectDragGesturesAfterLongPress
consumes the position change events). Is there any support for this I'm not seeing, or has anyone implemented anything similar?
t