use

inline fun <T : Closeable?, R> T.use(block: (T) -> R): R

Deprecated

Use stdlib implementation instead. Remove import of this function

Replace with

stdlibUse(block)