@yudhir
Hi, there is not much architectural difference between TheMovies2 and TheMovies.
Kotlin based MVVM architecture with data-binding and repository pattern.
The difference is, TheMovies2's architecture is implemented with coroutines and used koin for constructing dependency injection instead of dagger2.
And TheMovies - ApiResponse / TheMovies2 - ApiResponse model is different from each other.
Also removed mappers or something small things.
@yudhir Hi, there is not much architectural difference between TheMovies2 and TheMovies. Kotlin based MVVM architecture with data-binding and repository pattern. The difference is, TheMovies2's architecture is implemented with coroutines and used koin for constructing dependency injection instead of dagger2. And TheMovies - ApiResponse / TheMovies2 - ApiResponse model is different from each other. Also removed mappers or something small things.