Can anyone please show me how to do drag & drop animation on a .png or .svg image using Kotlin with Compose Desktop?
Answered
I've googled a lot, and found no definitive answer. I found an example using Compose(https://github.com/Kvest/Chess/tree/main), but it would not run under Compose Desktop(many conflicts or missing parts of Compose API).
All I want is to move chess pieces on a chessboard background.
Please sign in to leave a comment.
Please file an issue https://github.com/JetBrains/compose-multiplatform/issues.