Hey, I'm currently starting with Koin and love the...
# koin
v
Hey, I'm currently starting with Koin and love the intuitive style of declaring and injecting coming from Dagger2. I have one question: My Android Application consist of multiple Android Modules. Each Module has a
Copy code
applicationContext
Object defining the Dependencies. How do I connect these different applicationContext objects?