Is that better than this? ```val listOfStrings = o...
# android
k
Is that better than this?
Copy code
val listOfStrings = object : TypeToken<List<String>>() {}.type
gson.fromJson(response.errorBody()!!.string()!!, listOfStrings)