Code Monkey home page Code Monkey logo

Comments (2)

SalomonBrys avatar SalomonBrys commented on September 13, 2024

I really need to emphasis this in the doc as you are not the first one to report this issue ;)

KodeinInjected and KodeinAware work very differently.

By its nature, KodeinInjected can only access injected dependencies once it is injected, this means that it uses Kotlin's delegated properties to access said dependencies only once it has been injected, hence the use of by.

KodeinAware and KodeinGlobalAware, on the other hand, have direct access to a Kodein instance. Therefore, they do not use delegated properties.

This means that your example will work simply by using = instead of by:

val garfield : Cat = with("I hate Mondays").instance()

Really sorry that this was not clear enough in the documentation, I'll update it.

Can you be more specific about what you mean when you say "though the docs differ from the actual implementation required" ? I'm not a natural born documentation writer, I'd be greatful for any advice ;)

Salomon.

from kodein.

lalunamel avatar lalunamel commented on September 13, 2024

Hello, apologies for the delay!
Phew, it was a while ago!

What I think I meant was that the docs have a snippet of code describing how to add a module to the global kodein instance: kodein.global.addModule(dbModule)

and I needed to write Kodein.global.addImport(KodeinModule()) in the class that extends Application in order to get it to work.

The documentation is great - one of the best documented libraries I've used.

from kodein.

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.