A minimalist Android application template demonstrating the use of MVIKotlin and modern development practices, based on Medium article.
- MVIKotlin - framework for implementing the MVI (Model-View-Intent) pattern
- Clean Architecture - architectural approach to code organization
- Jetpack Compose - modern UI toolkit
- Clean Architecture with clear layer separation
- MVI pattern implementation using MVIKotlin
- Modern UI based on Jetpack Compose
- Ready for use in Kotlin Multiplatform projects
- Clone the repository
- Open the project in Android Studio
- Sync Gradle dependencies
- Run the application
- Android Studio Meerkat Feature Drop or newer
- Kotlin 2.2.20 or newer
- Android SDK 26+
#MVI #MVIKotlin #Compose #CleanArchitecture
