Ivan Sablin
Ivan Sablin
I changed java -> res. Now xml looks nice. But i still getting this error.
The same problem. Trying to set it in not AppCompatActivity. Any ideas how to use it in not CompatActivity class?
It would be very useful, looking forward for this feature!
I have similar problem. I face the problem after migration on 4.1.0-RC1. org.koin.core.error.ClosedScopeException: Scope '....SplashFragment@251700932' at org.koin.core.scope.Scope.resolveInstance(Scope.kt:453) at org.koin.core.scope.Scope.resolve(Scope.kt:241) at org.koin.core.scope.Scope.get(Scope.kt:223) at ru.izibook.kmmlibrary.core.di.CoreModuleKt$appCoreModule$1$1$1.onAuthorized(CoreModule.kt:429) In my code I call unloadKoinModules(module) and...
As for me it's still not working on 4.1.1. 4.0.4 works fine. But I have scope connects with a fragment, not "_root_" scope it happens when I call get(). appCoreModule...