A test app for some Jetpack Compose MVVM MVI fun times
MVVM + MVI architecture based on https://proandroiddev.com/mvi-architecture-with-kotlin-flows-and-channels-d36820b2028d A test dive into bleeding edge Android development
-Coil for image loading for its easy Compose setup
-Hilt for DI to cut down on Dagger boilerplate
-Retrofit for api connections