<@U0BRK9HC5> All right, that worked, thanks! :+1: ...
# android
k
@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
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.