[IR] Use the proper encoding for string serialization

^KT-33175
This commit is contained in:
Dmitriy Dolovov
2021-03-30 13:17:13 +03:00
parent 7272e5dcad
commit 50326f019b
6 changed files with 391 additions and 5 deletions
+2 -1
View File
@@ -8,11 +8,12 @@ description = "Common klib reader and writer"
dependencies {
compile(kotlinStdlib())
compile(project(":kotlin-util-io"))
testImplementation(commonDep("junit:junit"))
}
sourceSets {
"main" { projectDefault() }
"test" { none() }
"test" { projectDefault() }
}
publish()