/KoinMvvM

A sample android project demonstrating Koin capabilities

Primary LanguageKotlin

Koin MVVM

This is a simple project that show cases the features of Koin, a lightweight and simple dependency injection framework written in kotlin. You can check out my blog post here, where I explain each feature of the DI framework.

In this project I walk through the use cases for and features of Koin, you can look at the KoinTest, to see tests on how each component falls in place.

That is it, happy coding.