Question: I have 2 apps. I have a test class on ap...
# koin
e
Question: I have 2 apps. I have a test class on app A which should launch app B and then make some HTTP requests to it. But then, how to avoid conflicts given that both use Koin, and both will use the global object
StandAloneContext
?