<@U1ZQ36CJD> <@U0BRK9HC5> You can use `kotlin.text...
# kotlin-native
e
@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.