Skip to content

sreeharikv112/KoinDIExample

Repository files navigation

Dependency Injection with Koin

Explains Dependency Injection using Koin.

Source Code for Medium Article about Dependency Injection using Koin

koin_2 0

  • As per official Docs, A pragmatic lightweight dependency injection framework for Kotlin developers. Written in pure Kotlin using functional resolution only: no proxy, no code generation, no reflection!

This sample, exposes usage of Koin which can be adapted in all android applicaitons.