<Kotlin Promises Kovenant traning> I'm trying to u...
# stackoverflow
u
Kotlin Promises Kovenant traning I'm trying to use Kovenant with kotlin. Referring this link in my app fetching data from imdb api using , Anko, Fuel //for http , Injekt //for dependency injection. I dont have any errors in my whole code. but there is 2 runtime ERROR. in this lines ` val resultPromise = fuelService.textUrl(baseURL, listOf( "q" to "movie/top_rated", ' errors are these exceptions : Caused by:...