warning using mockito-android

Solution 1:

It seems that for testImplementation we should use mockito-core and for androidTestImplementation mockito-android

Mockito Documentation