Hi there, is there workaround to reintiate instance creation from Koin, for a particular class in my case KtorServiceModule, currently I am using KtorServiceModule to set authtoken, refreshToken.
When we user logout, I want to reset authToken and RefreshToken from Ktor,
If there is way around for ktor itself reset authTokens, that also would help me...
I am using Ktor and Koin for our Android, iOS KMM project. StartKoin calling at start of the application