is there a reason for why the Java-> Kotlin con...
# announcements
l
is there a reason for why the Java-> Kotlin conversion always turns a simple
string.split(” “)
to a complicated
string.split(" ".toRegex()).dropLastWhile { it.isEmpty() }.toTypedArray()
🤔
🧌 2