Dependency Injection with Koin and Kotlin in Android
This article is a guest post from Caroline Riekert Motivation There are a lot of reasons to use Dependency Injection, or even a Framework for it. In this Article you’ll learn what Dependency Injection is, what benefits and downsides it has and how to use it with the usage of the Koin Framework. Let’s look…