<https://developer.android.com/develop/ui/views/to...
# compose-android
z
https://developer.android.com/develop/ui/views/touch-and-input/drag-drop Does compose have any support for this drag and drop? Or will it come in future releases
j
Modifier.draggable or Modifier.transformable probably what you look for :)
z
I dont think these are quite it. The drag and drop API allows like dragging content via a URI across different apps
c
cc @Zach Klippenstein (he/him) [MOD]
z
I believe this is being worked on (by someone else).