Git Product home page Git Product logo

Comments (8)

evant avatar evant commented on June 8, 2024 4

If you want something like dagger that supports multiplatform 😉 https://github.com/evant/kotlin-inject

from dodoformastodon.

thebino avatar thebino commented on June 8, 2024 2

I would recommend, using Koin. It has support for multiplatform
https://insert-koin.io/docs/reference/koin-mp/kmp

from dodoformastodon.

digitalbuddha avatar digitalbuddha commented on June 8, 2024 2

My vote is to use https://github.com/evant/kotlin-inject

It is to the jsr330 spec and works in kmp. Plus Evan is here to do support if it fails 😆

from dodoformastodon.

crocsandcoffee avatar crocsandcoffee commented on June 8, 2024 1

Should we consider Koin instead? If we truly want to go multiplatform? There are performance tradeoffs between these DI frameworks.

Build times will be faster with Koin but that shouldn't be the sole reason for it... Let's chat more about this 😃

from dodoformastodon.

svenjacobs avatar svenjacobs commented on June 8, 2024

Hm, Hilt / Dagger would only be possible for Android. But this is a multiplatform project. I personally think the project should just use custom DI. Using the same solution for the whole project, even shared code. With Kotlin's default parameter values it's pretty simple, less overhead.

from dodoformastodon.

svenjacobs avatar svenjacobs commented on June 8, 2024

I really don't see the benefit of using Koin. You still have to write modules. Kotlin's default parameter values solve 90% of all DI needs imho. In my personal project I was using Koin before, then migrated to custom DI and was saving so much lines of code 🤩

from dodoformastodon.

svenjacobs avatar svenjacobs commented on June 8, 2024

Just have a look here, another project of mine, where I removed Hilt and replaced it with custom DI. Look at how much LOC I could save 🤩 For everything where default parameters are not sufficient, I use objects that I call containers (examples here and here).

from dodoformastodon.

bitPogo avatar bitPogo commented on June 8, 2024

I vote for koin, since it is the solution I had less trouble with in different KMP/KMM project.

from dodoformastodon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.