After updating AS to 3.5 all tests with 'mockk' ar...
# mockk
k
After updating AS to 3.5 all tests with 'mockk' are throwing NPEs. It looks like objects defined as mocks are actually calling real code. Is someone have similar issue? Is there a solution for it? I'm using kotlin
1.3.2
with
mockk
and
mockk-android
1.8.3
o
I had. Fixed adding dexopener to my test runner https://github.com/tmurakami/dexopener
k
Any idea what is causing the problem?