I’m trying out Kodein in a ktor project. I’ve used Koin previously but was curious to checkout Kodein as I’m looking for a single DI framework to use for other non-ktor Kotlin projects and Kodein has a lot of the features I’m used to from Guice. I’m reading through the docs for the DIController and having some difficulty understanding how all the pieces fit together. The link to the example project is a dead github link (
https://github.com/Kodein-Framework/Kodein-DI/tree/7.1/demo/demo-ktor) Are there any Kodein 7.x examples with ktor using the DIControllerFeature?