tapchicoma
03/15/2019, 3:22 PMmodule {
// scoped definition not tied to any scope
// can be injected in any scope instance
scoped { ComponentC() }
}
Though when I try to get ComponentC
using currentScope
, I am getting following error:
Caused by: org.koin.core.error.NoScopeDefinitionFoundException: No scope definition found for scopeName 'com.example.MyActivity'