Jan Skrasek
01/15/2019, 1:15 PMRetrofit: Add first-party Kotlin coroutine suspend support
bdawg.io
01/15/2019, 3:20 PMCall<T>.await()
extension needs to check whether or not it should be returning a null instance. It current does: 36: continuation.resume(response.body()!!)