I have a problem using koin, mockito and android s...
# koin
g
I have a problem using koin, mockito and android studio: I am doing something very similar to this example: https://github.com/InsertKoinIO/getting-started-koin-core/blob/master/src/test/kotlin/org/koin/sample/HelloMockTest.kt but the declareMock() function is unresolved (even when using the full qualified name) and the "by inject" keep asking for a clazz parameter. I m using org.koinkoin test1.0.2 and org.koinkoin android1.0.1 and org.koinkoin java1.0.0-RC-1 (for legacy Java code)
a
provide some source, just a minimal example of the problem.
j
mixing those Koin versions might be a problem?