Any reason why retrofit with suspend functions can return Response<MyType> instead of Call<MyType>?
I kinda stumbled upon this question because I started looking at the github page for retrofit and actually couldn't find an example of the docs where they show a suspend function. I do see the changelog mentions suspend with Response<> though so I did that and that seemed to work.