Edoardo Luppi
04/15/2025, 2:19 PMString
type, instead of sharing them with CharSequence
, so instead of calling charSequenceGet(str, index)
it will call charCodeAt(str, index)
directly.
Apart from that I see there are fixes for plain objects support, and finally exporting Promise<Unit>
won't output a warning anymore https://youtrack.jetbrains.com/issue/KT-57192.