All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmMain.com.squareup.sqldelight.db.Closeable.kt Maven / Gradle / Ivy

There is a newer version: 1.5.5
Show newest version
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