Coffeegram
 Introduction:  Android app using Jetpack Compose together with StateFlow and MVI
 Tags:  
Kotlin & Compose Multiplatform project
Android-specific features
Material3 Dynamic(Harmonized, following device's theme)/Day/Night themes (switch enabled)
Glance AppWidgets
Compose for Wearable
Jetpack Datastore
Room Multiplatform as a database
Animated splash for Android 12
- Android 13 Monochrome icon
 






iOS


Native iOS look & feel by Compose Cupertino
Run on iOS
Desktop

Run on Desktop jvm
./gradlew run
Run on Desktop - Hot Reload!
./gradlew runHot
WASM

Run WASM
./gradlew :cmp-common:wasmJsBrowserDevelopmentRun
or
make runWasm

