kotlin-stdlib / kotlin.text / setCharAt setCharAt Native 1.3 @DeprecatedSinceKotlin("1.3", "1.6") fun StringBuilder.setCharAt( index: Int, value: Char)(source) Deprecated: Use set(index: Int, value: Char) instead