<@U0ANSGGVC>: dunno if it’s worth actually. I rece...
# android
a
@kirillrakhman: dunno if it’s worth actually. I recently included Kotlin for tests only in a quite big project and the only thing that was needed for Mockito so far was this line:
inline fun <reified T : Any> mock() = Mockito.mock(T::class.java)