stakwork/sphinx-kotlin-core

Multiplatform Dependency Injection

Opened this issue · 0 comments

Dependency inject is great! Sadly a lot of the best tools for dependency injection are quite platform specific.

We currently do it manually by instantiating all the things we need in SphinxContainer.

There are multiplatform dependency libraries that exist that we could use to replace this method for more elegance. For now, manual gets the job done.