nevermind, found that this ```val list = gson.from...
# language-proposals
d
nevermind, found that this
Copy code
val list = gson.fromJson<MutableList<String>>(jsonEmails, mutableType) ?: arrayListOf()
is working