https://kotlinlang.org logo
#koin
Title
b

Benoit Duffez

09/30/2018, 10:03 PM
The workaround that I have found is to put the MockWebServer outside of the tester class, so that it's not instantiated multiple times and have the same lifespan as the application class (and Koin). This works.
2 Views