Rohde Fischer
07/26/2024, 9:35 AMtestApplication and part of the ktor uses the normal install(koin) {...} approach for depencies
Now I need to do val myRepo: MyRepo by inject() or something similar so I can set up my test scenario and run my test. However, how do I access an instance setup through the koin plugin for ktor?