jiangtingfu / koin

Koin - a pragmatic lightweight dependency injection framework for Kotlin

Home Page:https://insert-koin.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

What is KOIN? - https://insert-koin.io

A pragmatic lightweight dependency injection framework for Kotlin developers.

Koin is a DSL, a light container and a pragmatic API

Latest Version πŸš€

Maven Central

The koin project's maven group id was previously org.koin. It's now io.insert-koin on maven central

You can find the following page to help setup your project: Koin Gradle Setup

// latest version (Maven Central)
// New group id moved from `org.koin` to `io.insert-koin`

// 2.x Branch
koin_version = '2.2.3'
// 3.x branch
koin_version = '3.0.2'

Where to find resources? 🌐

Latest News

Getting Help

Any question about Koin usage?

Reporting issues

Found a bug or a problem on a specific feature? Open an issue on Github issues

Contributing πŸ› 

Want to help or share a proposal about Koin? problem on a specific feature?

  • Open an issue to explain the issue you want to solve Open an issue
  • Come talk on slack #koin-dev channel
  • After discussion to validate your ideas, you can open a PR or even a draft PR if the contribution is a big one Current PRs

Additional readings about basic setup: https://github.com/InsertKoinIO/koin/blob/master/CONTRIBUTING.adoc

Contributors

This project exists thanks to all the people who contribute. [Contribute].

OpenCollective

Backers on Open Collective Sponsors on Open Collective

Backers

Thank you to all our backers! πŸ™ [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

About

Koin - a pragmatic lightweight dependency injection framework for Kotlin

https://insert-koin.io/

License:Apache License 2.0


Languages

Language:Kotlin 98.8%Language:Java 1.0%Language:Shell 0.2%