Kodein VS MocKMP

Compare Kodein vs MocKMP and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Kodein MocKMP
3 2
3,131 170
0.4% 2.4%
6.0 7.0
25 days ago 3 months ago
Kotlin Kotlin
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

Kodein

Posts with mentions or reviews of Kodein. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-09.
  • Kodein VS MocKMP - a user suggested alternative
    2 projects | 9 Nov 2022
  • Do we really need to use Dependency Injection Framework?
    3 projects | /r/androiddev | 14 Nov 2021
    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.
  • Yet another DI library, bit this time it's not a service locator
    4 projects | /r/Kotlin | 2 Jul 2021
    Long answer: My pain mostly comes from using [Kodein](https://github.com/Kodein-Framework/Kodein-DI/) and a custom service locator in an iOS/Swift project. Other than that I have very little experience with DI (e.g. I never used Dagger so far), so my opinion might be a little biased. Also, both of these projects are really large, so, in many cases, a class is declared in one module but used in a completely different module and the DI or service locator is sort of the glue between the modules.

MocKMP

Posts with mentions or reviews of MocKMP. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-09.

What are some alternatives?

When comparing Kodein and MocKMP you can also consider the following projects:

koin - Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform

mockative - Mocking for Kotlin/Native and Kotlin Multiplatform using the Kotlin Symbol Processing API (KSP)

kotlin-guice - Guice DSL extensions for Kotlin

PeopleInSpace - Kotlin Multiplatform project with SwiftUI, Jetpack Compose, Compose for Wear, Compose for Desktop, Compose for Web and Kotlin/JS + React clients along with Ktor backend.

injekt

Ktorfit - HTTP client generator / KSP plugin for Kotlin Multiplatform (Android, iOS, Js, Jvm, Native) using KSP and Ktor clients inspired by Retrofit https://foso.github.io/Ktorfit

kapsule - Minimalist dependency injection library for Kotlin.

kmm-production-sample - This is an open-source, mobile, cross-platform application built with Kotlin Multiplatform Mobile. It's a simple RSS reader, and you can download it from the App Store and Google Play. It's been designed to demonstrate how KMM can be used in real production projects.

KODI - light-weight KOtlin Dependency Injection (KODI)

Splitties - A collection of hand-crafted extensions for your Kotlin projects.

kotlin-guiced - Convenience Kotlin API over the Google Guice DI Library

Katana - Lightweight, minimalistic dependency injection library for Kotlin & Android