Koin is a small library to lets you write dependency injection in a concise and pragmatic way. No proxy, no code generation, no introspection. Just DSL and functional Kotlin magic!
All documentation, sample and references has been move to our website. Check the official website to get started: insert-koin.io
The Koin repository is located here: koin@github
In this repository you will found samples project to help you understand how to use Koin with several technologies.
An Android app for getting weather data (dumb random weather data), in MVP architecture style and RxJava
An Android app for getting weather data (dumb random weather data), in MVVM architecture style with Android Architecture Components and RxJava
A Kotlin standalone app
A SparkJava web application, with a simple web service
An Ktor web application, with a simple web service