What's the word on using KVision with something like Koin for dependency injection on the API/backend? I was thinking to try it out
r
Robert Jaros
08/21/2021, 5:01 PM
I've never used Koin.
Robert Jaros
08/21/2021, 5:07 PM
If you are thinking about current fullstack interfaces, they are based on Guice for Ktor, Javalin, Jooby and Vertx. I need possibility to directly retrieve services from the injector - I don't think Koin would support this because it seems to be DSL based.
s
steve h
08/21/2021, 5:37 PM
Thanks, nope, not fullstack, my use case for DI is just for backend. I had just set up a separate db to run automated tests against & seemed like Koin might be useful next step w/ configurations. TBH i'm not sure I needed it yet, was just wondering about DI recommendations w/ KV (will look at Guice if need be, thanks). Excellent work w/ KVision btw, it's great to work with