This is my first published app that really dips into kotlin & compose multiplatform: Lagom (Play Store Link)
It was a blast to build, and I was able to do a few (to me) really cool things along the way:
• Developed and iterated almost entirely on desktop! No emulators - no problems. There is no going back to emulators after trying this out.
• Built custom navigation system, design system (inspired by M3), both working on Android, JVM, iOS, WASM.
• Shared JVM logic between frontend & backend.
• And the best of all: re-using the navigation, design system, and other libraries in my other projects afterwards!