compose-multiplatform
compose-multiplatform copied to clipboard
Add android target to experimental examples
For completness and for showing the full potential of Compose multiplatform it would be nice to add an android target to both experimental examples (falling-balls-mpp and minesweeper).
@mipastgt For now we made Android target in this experimental example: https://github.com/JetBrains/compose-jb/tree/master/experimental/examples/chat-mpp
I am already trying to apply that to my own project :-)