How to Rebind the Module at secound time called in kodein?
问题 I have an android app, its developed in kotlin, also we use kodein dependence for binding the data.When the binding the data first time it will bind correctly but it does not bind at second time call. inner class CallmyClass() : MultiDexApplication(), KodeinAware { val diModel = Kodein.Module { bind<ExchangeRateProvider>() with singleton { CryptoCompareExchangeProvider(this@App, instance()) } bind<SyncProgressProvider>() with singleton { SyncProgressProvider() } bind<WallethKeyStore>() with