Hello, is it possible to get some sort of injectio...
# kodein
a
Hello, is it possible to get some sort of injection graph out of KodeinDI?
r
You can read the dependency tree with
di.container.tree.bindings.description
see the documentation here https://kosi-libs.org/kodein/7.19/core/advanced.html#debugging
🎉 1