Is there any way how to enable drag and drop in LazyVerticalGrid ? I have dashboard with couple of "tiles" and need to reposition them by dragging. I found this library: https://github.com/aclassen/ComposeReorderable , but I can not apply it to Grid layout. Any ideas how to solve this ?