https://kotlinlang.org logo
l

lovis

01/13/2017, 10:34 AM
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