Revert "Promote String <-> utf8 and CharArray conversions to stable"

This reverts commit aba97033
This commit is contained in:
Abduqodiri Qurbonzoda
2020-06-01 23:30:55 +03:00
parent aba97033f0
commit 30037682f8
6 changed files with 52 additions and 52 deletions
@@ -8,6 +8,6 @@ package kotlin.text
/**
* The exception thrown when a character encoding or decoding error occurs.
*/
@SinceKotlin("1.4")
@WasExperimental(ExperimentalStdlibApi::class)
@SinceKotlin("1.3")
@ExperimentalStdlibApi
public expect open class CharacterCodingException() : Exception