Vinicius Carvalho
10/09/2018, 2:35 PMKodeinAware
classes to inject it. Is it possible to have access to the Application
instance from my managed instances in koin?tapchicoma
10/09/2018, 3:25 PMfun applicationModule(app: Application) = module {
single { app }
}
and provide your application instance on starting the koinVinicius Carvalho
10/09/2018, 4:09 PMarnaud.giuliani
10/10/2018, 6:58 AMstartKoin()
from koin-android
take Context
and Application
instances available for you. Just need to inject it when needed 🙂tapchicoma
10/10/2018, 6:59 AMarnaud.giuliani
10/10/2018, 6:59 AMarnaud.giuliani
10/10/2018, 6:59 AMtapchicoma
10/10/2018, 7:24 AMkoin-ktor
, that you've described for koin-android
?arnaud.giuliani
10/10/2018, 1:23 PM