Mockito 2.x on Android Instrumentation Tests with Kotlin is not working · Issue #1082 · mockito/mockito

Hi guys, I am current working on a Android project using the Kotlin language, and I’m trying mock some classes on Instrumentation Tests. As everything in Kotlin is final by default, we have the kno...