Convert Closeable -> AutoCloseable
Open
breaking-change
- Dominant language
- Kotlin
- Stars
- 3k
- Forks
- 148
- Avg merge
- 13h 44m
- Merged PRs (30d)
- 1
Description
In Kotlin 1.8, `AutoCloseable` was included. A first step could be making `Closeable` extend `AutoCloseable`.
And then typealiasing it.
Expending the interface is okay, typealiasing it will be a binary-breaking change, and should be done only in major version changes.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.