Join Slack
Powered by
<@U1ZQ36CJD> <@U0BRK9HC5> You can use `kotlin.text...
# kotlin-native
e
elizarov
03/02/2017, 6:00 AM
@spierce7
@gildor
You can use
kotlin.text.StringBuilder
. It is a part of a portable Kotlin stdlib. On JVM it is typealias to a Java's StringBuilder, but JS with Native have their own implementations of it.
3
Views
Open in Slack
Previous
Next