andries.fc
01/31/2025, 10:44 AMstop()
or something on singleton the moment the stopKoin()
gets called. According to the doc calling stopKoin
should release all resources. But i’ve even If implement Java’s Closable
interface the close never gets called. I have also tried the AutoClosable
interface, and no joy?. Any idea to get this short of me manually implemented a AutoClosableResourceManager
and explicitly call close on it?Pedro Alberto
01/31/2025, 10:50 AMSeri
01/31/2025, 3:47 PMCompositionLocalProvider(LocalKoinScope provides sessionScope) {
AuthenticatedNavHost( .... )
}
andries.fc
01/31/2025, 4:21 PMPedro Alberto
01/31/2025, 7:48 PMandries.fc
01/31/2025, 10:13 PMPedro Alberto
02/04/2025, 10:11 AMandries.fc
02/04/2025, 10:12 AM