splitList

fun String.splitList(): List<String>

Splits a comma seperated list.

Sources

Link copied to clipboard