<@U46LLSLLQ> Hi Dario. I faced the same problem :s...
# kodein
d
@coletz Hi Dario. I faced the same problem 🙂 I checked JS example and start to understand what's going on in Java Android example. Also you can check code snippet in my previous message. The main idea you create somewhere in main function or some top classes kodein object with bindings (functions, objects, what do you need). And after that you just pass dependencies to class constructors using: kodein.instance(), kodein.factory() etc. (https://salomonbrys.github.io/Kodein/#_via_kodein_methods)