@dave08 I'm writing backend on Kotlin 🙂 So I tried to find smoe examples without Android mentions, but I couldn't. So I read docs and checked examples again. Now I create in interface imlpementation file Kodein module. Now I want to understand where I need to declare Kodein block with modules imports: in class where I will use them or in upper class.