Promote String <-> utf8 and CharArray conversions to stable

This commit is contained in:
Abduqodiri Qurbonzoda
2020-06-02 17:05:27 +03:00
parent ab02381a83
commit 46297645a4
7 changed files with 54 additions and 53 deletions
@@ -8,6 +8,6 @@ package kotlin.text
/**
* The exception thrown when a character encoding or decoding error occurs.
*/
@SinceKotlin("1.3")
@ExperimentalStdlibApi
@SinceKotlin("1.4")
@WasExperimental(ExperimentalStdlibApi::class)
public expect open class CharacterCodingException() : Exception