Aaron

Results 2 comments of Aaron

We currently experiencing a similar issue with Espresso 3.3.0. We are also using `androidx.test.espresso:espresso-contrib:3.3.0`. Test were running fine but after adding dependency `androidx.fragment:fragment-ktx:1.3.5` the tests with the navigation drawer failed...

I think we have a problem which relates to yours: https://stackoverflow.com/questions/78518260/r8-shrinker-removes-retrofit-interfaces The difference is that we are using the methods of the interface. The methods are not unused. But instead...