if you can guarantee that your converter will neve...
# android
j
if you can guarantee that your converter will never return null then you can get by with
res.body?.let { updateUi(it) }