Skip to content

Commit 91a528e

Browse files
committed
Update a Kotlin version to second 1.9.20 RC
1 parent 3f28588 commit 91a528e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

core/jvm/src/RawSink.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
package kotlinx.io
2222

2323
import java.io.Flushable
24-
25-
@AllowDifferentMembersInActual
26-
@OptIn(ExperimentalStdlibApi::class, ExperimentalMultiplatform::class)
2724
public actual interface RawSink : AutoCloseableAlias, Flushable {
2825
public actual fun write(source: Buffer, byteCount: Long)
2926

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "1.9.20-RC"
2+
kotlin = "1.9.20-RC2"
33
java = "8"
44
dokka = "1.8.20"
55
kover = "0.7.3"

0 commit comments

Comments
 (0)