For those that are interested in a explicit DI lib...
# server
n
For those that are interested in a explicit DI library (no magic ) that is written in Kotlin K there is Kapsule 💊 (https://blog.gouline.net/kapsule-minimalist-dependency-injection-for-kotlin-ed3e344d60ed). In some ways Kapsule does DI in similar ways that TornadoFX (https://edvin.gitbooks.io/tornadofx-guide/content/20.%20Dependency%20Injection.html) does via delegates. 😀