DEV Community

Discussion on: Kotlin and retrofit network calls

Collapse
 
paulodhiambo profile image
Odhiambo Paul

in your code response.body()!! Should return a MutableList
Just pass response.body()!! to your recyclerview adapter instead of response.body()!!.toMutableList()