sebastien.rouif
09/04/2020, 3:25 PMgetKoin() and koin ?
ScopeActivity uses getKoin() in its code whereas ScopeFragment directly uses koin , should we make the code consistent ?arnaud.giuliani
09/04/2020, 3:28 PMarnaud.giuliani
09/04/2020, 3:30 PMoverride val koin by lazy { getKoin() }
`