https://kotlinlang.org logo
#compose-desktop
Title
# compose-desktop
z

Zoff

11/11/2023, 10:35 AM
is there a simple way to have drag and drop from other applications? i want to be able to drag a file from a filemanager into a componont of my app. the component should visually change so that the user can see its a possible drop target. and the i need to get the filename
n

Nikita Lipsky

11/13/2023, 12:30 PM
See Modifier.onExternalDrag
3 Views