I rewrite again this code from Java to Kotlin language and just update view from mvvm-sample-android-java
API sample will be use is themoviedb:
https://api.themoviedb.org/3/discover/movie?api_key={YOUR_API_KEY}&language=en-US
Here is results :
my code not perfect but next i'll implementation coroutines and dagger-hilt(DI) on this project.