https://kotlinlang.org logo
I am using koin version 3.2.0
@arnaud.giuliani plz if you can take a look, thank you
a

arnaud.giuliani

01/04/2023, 1:37 PM
Seems that your repository is defined inside your scope, and then only definition from within this scope of child scope can see your repository
why not just use
factory
?
e

Elio Maroun

01/04/2023, 2:21 PM
I posted my solution.
My aim was to make this repo alive only inside this scope
4 Views