Join Slack
Powered by
is there a reason for why the Java-> Kotlin con...
# announcements
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
Open in Slack
Previous
Next