Closed serras closed 1 month ago
AutoCloseable is now in Kotlin standard library, so we can move autoClose to commonMain, instead of relegating it to JVM. This breaks binary compatibility, but not source compatibility, so this is OK in the 2.0 window.
AutoCloseable
autoClose
commonMain
AutoCloseable
is now in Kotlin standard library, so we can moveautoClose
tocommonMain
, instead of relegating it to JVM. This breaks binary compatibility, but not source compatibility, so this is OK in the 2.0 window.