jvmMain.com.squareup.sqldelight.db.Closeable.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of runtime-jvm Show documentation
Show all versions of runtime-jvm Show documentation
Multiplatform runtime library to support generated code
package com.squareup.sqldelight.db
import kotlin.io.use as kotlinIoUse
actual typealias Closeable = java.io.Closeable
actual inline fun T.use(body: (T) -> R): R = kotlinIoUse(body)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy