Android basic MVVM architecture template with dependencies, updated for 2024. It should serve as a good starting point for a project built from scratch.
This project integrates the following tools:
- Kotlin coroutines (threading)
- Jetpack compose (UI)
- Hilt (DI)
- Room (local database)
- Compose navigation (UI nav)
- Retrofit (networking)
- Moshi (GSON serialization)
- Timber (logging)
- mockk (unit test mocking)