jsMain.kotlinx.io.core.CloseableJS.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlinx-io-js Show documentation
Show all versions of kotlinx-io-js Show documentation
IO support libraries for Kotlin
package kotlinx.io.core
actual interface Closeable {
actual fun close()
}
@PublishedApi
internal actual fun Throwable.addSuppressedInternal(other: Throwable) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy