implementation("io.arrow-kt:arrow-autoclose:2.2.1")
Facilitates automatic resource management by providing utilities to handle resources that implement the `AutoCloseable` interface, ensuring proper closure after use.