I'm using retrofit and in onReaponse, when I try to get body information with (Let), the internal code does not execute.
response?.body()?.let {
Log.i("Info", "Cidades: " + it.size)
}
If you try like this, it also does not work:
respons...
asked by
09.07.2018 / 15:14