https://kotlinlang.org logo
Title
m

Matt Thompson

06/17/2019, 11:00 PM
anyone have an android project with both mockk and mockito? seems like upgrading mockk-android from 1.9 -> 1.9.1+ breaks mockito-android tests, but I'm not sure why. I've tried different combinations of versions, currently on the latest mockito 2.28.2, also forcing the transitive bytebuddy version (but I think both use 1.9.10 anyway) with no luck
the mockito error is similar to the one here, which is why I thought forcing the bytebuddy version might fix it: https://github.com/mockito/mockito/issues/1510