Promote String <-> utf8 and CharArray conversions to stable
This commit is contained in:
@@ -43,7 +43,8 @@ val copySources by task<Sync> {
|
||||
.include("kotlin/util/Standard.kt",
|
||||
"kotlin/internal/Annotations.kt",
|
||||
"kotlin/contracts/ContractBuilder.kt",
|
||||
"kotlin/contracts/Effect.kt")
|
||||
"kotlin/contracts/Effect.kt",
|
||||
"kotlin/annotations/Experimental.kt")
|
||||
into(File(buildDir, "src"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user