With Retrofit 2.6.0, I still get `kotlin.KotlinNul...
# squarelibraries
l
With Retrofit 2.6.0, I still get
kotlin.KotlinNullPointerException: Response from xxx was null but response body type was declared as non-null
, including after moving to
suspend fun
. What may cause
Unit
to be improperly handled even though it's advertised as supported?
My functions are returning
Unit
, not
Unit?
or any other nullable type.