Jakub Gwóźdź
07/29/2022, 7:08 AMsingle { … } in them. Can I somehow ensure that if these singletons implement AutoCloseable, their `.close()`s will be called at stopKoin() ?Jakub Gwóźdź
07/29/2022, 7:43 AMsingle { blahblah() } .onClose { it?.close() }
🙂