Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 731 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 731 Bytes

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.