koin
PopKorn
Our great sponsors
koin | PopKorn | |
---|---|---|
9 | 0 | |
7,493 | 135 | |
1.4% | - | |
9.0 | 2.6 | |
15 days ago | 7 months ago | |
Kotlin | Kotlin | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
koin
-
Compose - NavHost recomposition multiple times
It's a Koin issue, not compose. Discussed here https://github.com/InsertKoinIO/koin/issues/1079
-
Do we really need to use Dependency Injection Framework?
Now I will finish up saying Hilt is just an opinionated way to dependency injection on Android, but there are simpler frameworks out there such as Koin or Kodein that can help take away a lot of the troubles that can come when you try to make your own framework. Just know that most other frameworks tend to be runtime injection instead of compile time injection like Hilt, which can be helpful to know at compile time if you are missing a dependency in your graph as opposed to runtime when its out in the wild.
-
Can someone suggest a simple dependency injection library for TypeScript/JavaScript?
I've been using Angular a lot and I like how it works. I'm also a huge fan of koin for kotlin.
-
A Kotlin programmer's approach to microservices?
for injection, I suggest Koin (https://insert-koin.io/)
-
View Model Doesn’t Have To Depend on ViewModel
It'd be great if it worked
-
Kotlin Team AMA #3: Ask Us Anything
For DI take a look at Koin. It's a pragmatic lightweight dependency injection framework for Kotlin developers with multiplatform support. PeopleInSpace sample project uses it.
-
Hilt is stable! Easier dependency injection on Android
Because of unresolved issues like https://github.com/InsertKoinIO/koin/issues/996
-
I'm a lost newbie : how to dev state-of-the-art Android apps?
ah, yes
-
WooCommerce Client - Kotlin Multiplatform mobile - Discussion for Library
We are using the following libs in a production project (ios/android): Jodatime --> started with Klock but recently ported to kotlinx-datetime Dagger(2) --> koin Gson --> kotlinx.serialization Socket.IO --> Ktor
PopKorn
We haven't tracked posts mentioning PopKorn yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
Kodein - Painless Kotlin Dependency Injection
kotlin-guice - Guice DSL extensions for Kotlin
injekt
spring-fu - Configuration DSLs for Spring Boot
Katana - Lightweight, minimalistic dependency injection library for Kotlin & Android
kapsule - Minimalist dependency injection library for Kotlin.
kotlin-guiced - Convenience Kotlin API over the Google Guice DI Library
kotlinx.serialization - Kotlin multiplatform / multi-format serialization
KODI - light-weight KOtlin Dependency Injection (KODI)
realm-kotlin - Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.
kodeinject - :gear: Constructor dependency injection for Kodein.
ktor - Framework for quickly creating connected applications in Kotlin with minimal effort