Is there a way to get koin to automatically close ...
# koin
m
Is there a way to get koin to automatically close
Closeable/AutoCloseable
resources when when the scope/KoinApplication is closed? I found the
onClose
function in the docs which sets that up manually but i was hoping for a way to implement some closeable interface and get it automatically.
👍 1