This Repository is a study case for Clean Architecture, Modularization, Koin and MVVM. Application layers are subdivided by feature. Ex: character-ui, character-data, character-domain. The other modules are auxiliary. Ex: data-test
- Kotlin
- Koin
- Mockk
- MVVM (ViewModel & Livedata)
- Data access with Room & Retrofit2
- Testing with Espresso & jUnit