PSA: anbody using kotlin in their espresso tests m...
# android
d
PSA: anbody using kotlin in their espresso tests might not be able to use
Copy code
matches()
Instead you will have to manually write
Copy code
ViewAssertions.matches()