Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/insertkoinio/koin
Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform
https://github.com/insertkoinio/koin
android dependency-injection injection kotlin kotlin-multiplatform kotlin-multiplatform-library library
Last synced: 5 days ago
JSON representation
Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform
- Host: GitHub
- URL: https://github.com/insertkoinio/koin
- Owner: InsertKoinIO
- License: apache-2.0
- Created: 2017-06-06T12:21:06.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T16:14:37.000Z (2 months ago)
- Last Synced: 2024-12-06T08:03:13.774Z (about 2 months ago)
- Topics: android, dependency-injection, injection, kotlin, kotlin-multiplatform, kotlin-multiplatform-library, library
- Language: Kotlin
- Homepage: https://insert-koin.io
- Size: 40.7 MB
- Stars: 9,124
- Watchers: 107
- Forks: 721
- Open Issues: 107
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.adoc
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![logo](./docs/img/koin_main_logo.png)
[![Kotlin](https://img.shields.io/badge/Kotlin-2.0.20-blue.svg?style=flat&logo=kotlin)](https://kotlinlang.org)
![Github Actions](https://github.com/InsertKoinIO/koin/actions/workflows/build.yml/badge.svg)
[![Apache 2 License](https://img.shields.io/github/license/InsertKoinIO/koin)](https://github.com/InsertKoinIO/koin/blob/main/LICENSE.txt)
[![Slack channel](https://img.shields.io/badge/Chat-Slack-orange.svg?style=flat&logo=slack)](https://kotlinlang.slack.com/messages/koin/)# What is KOIN? ✨
Koin is a pragmatic lightweight dependency injection framework for Kotlin developers, developed by [Kotzilla](https://kotzilla.io) and open-source [contributors](https://github.com/InsertKoinIO/koin/graphs/contributors).`Koin is a DSL, a light container and a pragmatic API`
## Setup & Current Version 📦
Follow the dedicated [setup page](https://insert-koin.io/docs/setup/koin) to setup Koin for your project. Additionally, you may need to check the last changes for [Maven Central packages](https://insert-koin.io/docs/setup/koin#current-versions).
Here are the current available Koin project versions:
- Koin [![Maven Central](https://img.shields.io/maven-central/v/io.insert-koin/koin-core)](https://mvnrepository.com/artifact/io.insert-koin/koin-bom)
- Koin for Compose [![Maven Central](https://img.shields.io/maven-central/v/io.insert-koin/koin-compose)](https://mvnrepository.com/artifact/io.insert-koin/koin-compose)
- Koin Annotations [![Maven Central](https://img.shields.io/maven-central/v/io.insert-koin/koin-annotations)](https://mvnrepository.com/artifact/io.insert-koin/koin-bom)
- Koin ![](https://img.shields.io/badge/3.5.x-LTS-blue) - Official [Long Term Support](https://support.insert-koin.io) for Enterprises by Kotzilla## Latest News & Resources 🌐
- Official Website: [insert-koin.io](https://insert-koin.io)
- Twitter: [@insertkoin_io](https://twitter.com/insertkoin_io)
- Blog: [Koin Developers](https://blog.insert-koin.io)
- Newsletter: [Koin Newsletter](https://bit.ly/koin_newsletter)## Koin Tutorials 🚀
You can find here tutorials to help you learn and get started with Koin framework:
- [Kotlin](https://insert-koin.io/docs/quickstart/kotlin)
- [Kotlin with Koin Annotations](https://insert-koin.io/docs/quickstart/kotlin-annotations)
- [Android](https://insert-koin.io/docs/quickstart/android-viewmodel)
- [Android with Koin Annotations](https://insert-koin.io/docs/quickstart/android-annotations)
- [Android Jetpack Compose](https://insert-koin.io/docs/quickstart/android-compose)
- [Kotlin Multiplatform](https://insert-koin.io/docs/quickstart/kmp)
- [Ktor](https://insert-koin.io/docs/quickstart/ktor)## Community 💬
- Come talk on slack [#koin](https://kotlinlang.slack.com/?redir=%2Fmessages%2Fkoin) channel
- Post your question on [Stackoverflow](https://stackoverflow.com/questions/tagged/koin)
- Found a bug or a problem? Open an issue on [Github issues](https://github.com/InsertKoinIO/koin/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](https://github.com/InsertKoinIO/koin/issues)
- Come talk on slack [#koin-dev](https://kotlinlang.slack.com/?redir=%2Fmessages%2Fkoin-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](https://github.com/InsertKoinIO/koin/pulls)Additional readings about basic setup: https://github.com/InsertKoinIO/koin/blob/master/CONTRIBUTING.adoc
### Contributors
Thank you all for your work! ❤️
## OpenCollective - Sponsorship ❤️
Support this project by becoming a sponsor and be displayed on the offcial website. [[Help us and Become a sponsor!](https://opencollective.com/koin#sponsor)]