@gildor All right, that worked, thanks! 👍
Just noticed that this Kotlin wrapper library doesn’t depend on mockito android library, probably because it was intended for more general usage.
g
gildor
03/08/2017, 3:21 AM
Yes, you are right. Because mockito-android is needs only for Instrumentation tests (
androidTestCompile
). But mockito-kotlin is just helper library to write tests with mockito using kotlin, not only for Instrumentation test and not only for Android.