Open EvgenyMeltsaykin opened 5 months ago
Hello! In the line "val koinApp = koinApplication { modules(modules) }" a local koinApplication was created and in the line "startKoin {" - a global one
in the line "scope.linkTo(parentScope)" - an attempt to link two scopes from different koinApplications, which is why it is not possible to find the bean definition
Describe the bug Cause NoBeanDefFoundException when you create a new koinApplication and link to its root scope
To Reproduce this test case causes an error I've run it with koin 3.5.6
If I run this test, I got exception like below.
Expected behavior Test should run successfully.
Koin project used and used version (please complete the following information): 'koin 3.5.6'