square / assertj-android

A set of AssertJ helpers geared toward testing Android.
https://square.github.io/assertj-android/
Apache License 2.0
1.58k stars 156 forks source link

org.mockito.exceptions.misusing.InvalidUseOfMatchersException error on kotlin files #226

Closed ghost closed 5 years ago

ghost commented 5 years ago

I'm getting this error on kotlin files org.mockito.exceptions.misusing.InvalidUseOfMatchersException . Any updates to support kotlin?

JakeWharton commented 5 years ago

That exception is from Mockito, not this library.