Promote String <-> utf8 and CharArray conversions to stable
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user