Posts by Lucas Santos • 11 points
1 post
-
1
votes0
answers99
viewsQ: What am I doing wrong using LET (Kotlin)?
I’m using retrofit and onResponse, when I try to get body information with (Let), the internal code is not executed. response?.body()?.let { Log.i("Info", "Cidades: " + it.size) } If you try it like…