We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d195000 commit 77e942cCopy full SHA for 77e942c
core/jvm/src/RawSink.kt
@@ -21,9 +21,6 @@
21
package kotlinx.io
22
23
import java.io.Flushable
24
-
25
-@AllowDifferentMembersInActual
26
-@OptIn(ExperimentalStdlibApi::class, ExperimentalMultiplatform::class)
27
public actual interface RawSink : AutoCloseableAlias, Flushable {
28
public actual fun write(source: Buffer, byteCount: Long)
29
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-kotlin = "1.9.20-RC"
+kotlin = "1.9.20-RC2"
3
java = "8"
4
dokka = "1.8.20"
5
kover = "0.7.3"
0 commit comments