I keep running into cases where I'd like to use `a...
# kotlintest
x
I keep running into cases where I'd like to use
autoClose
with an
AutoCloseable
, but
autoClose
only works with
Closeable
. Are there any good workarounds for this? Are there any plans to add support for
AutoCloseable
?