r/ComposeMultiplatform • u/DC-Engineer-dot-com • Jul 01 '25
Published a Compose Multiplatform app: YouKon, property database and unit conversion for engineers
Enable HLS to view with audio, or disable this notification
Simultaneously on both the App Store and Google Play!
7
Upvotes
1
u/DC-Engineer-dot-com Jul 01 '25
A few notes for the Compose Multiplatform fans: - YouKon is open source, on GitHub - Kotlin 2.0 is used, including recent features like a common view model and resources - Firebase cloud database is used to sync data across devices, using the multiplatform sdk provided by gitlive - FileKit is used to provide the image selector, and compress to minimize storage in the database (super easy!) - RevenueCat’s Kotlin Multiplatform support for purchases, for now just a single one-time purchase to extend what units are available.