r/Kotlin • u/slightly_salty • 22h ago
A multiplatform Flighty UI clone sample made in a day with Compose
There's really not many non trival ui samples for CMP posted online and I wanted to show you can build relatively fancy samples in cmp just as easily as expo people on x
Targets Android, iOS, and desktop (JVM).
iOS even has a second app with native iOS glass ui components embedded the compose views.
Code: https://github.com/luca992/flighty-cmp
This app was made almost entirely by an agent with little supervision in the background while I worked my actual job.
I don't condone building apps this way. I did not review the code, I take no ownership of it, and you absolutely should not use it.
This is just a proof of concept that you can build native multiplatform apps just as quickly, maybe even quicker, without bundling a JS runtime with expo/react native.
Ps. Tried out kotlin-toolchain for the first time in here too .. it's a bit buggy but I liked it way more than I thought I would. Looking forward to using it more
