Write the code to link scope1 to scope2:
val scope1 = koin.get<Scope1>()
val scope2 = a.scope.get<Scope2>()
/* your code here */Write the code to link scope1 to scope2:
val scope1 = koin.get<Scope1>()
val scope2 = a.scope.get<Scope2>()
/* your code here */Create a free account to access the full topic