codelab-kotlin-coroutines icon indicating copy to clipboard operation
codelab-kotlin-coroutines copied to clipboard

Instead of Result it should be Response in section 9

Open rahul-vaish-007 opened this issue 3 years ago • 0 comments
trafficstars

In the snapshot it can be seen that instructor has specified to use Result<String> if full result from Retrofit is required. However there is no such class as Result in Retrofit. In my opinion this should have been Response<String> where fully qualified name of Response is retrofit2.Response.

Screenshot 2022-02-03 at 15 43 33

rahul-vaish-007 avatar Feb 03 '22 10:02 rahul-vaish-007