Hi all. Maybe someone can help me with this issue ...
# koin
y
Hi all. Maybe someone can help me with this issue ? Thank you in advance. https://stackoverflow.com/questions/62038412/koin-nobeandeffoundexception
a
I think you can try to set logger with
Copy code
androidLogger(<http://Level.INFO|Level.INFO>)
and see what will happened with initialization graph
also I’m using
startKoin
instead of
koinApplication
y
I am getting an error if use
startKoin
. In general looks like I'm missing something about
checkModules
instrumentation unit test.