Hi guys, this is my first time of using koin with ...
# koin
s
Hi guys, this is my first time of using koin with Android instrumentation tests. I am trying to use the
startKoin
function in my test as declared in the docs, but I can’t find the reference to the function anywhere. I am extending the
KoinTest
interface as described in the docs. Has the API changed without an update docs, or am I missing something?