Is it possible to init Koin inside a dedicated feature module? 🤔
Scenario: I have a feature (with a dedicated class serving as the entry point to module) that will be shared across two Android apps , however I would like to fully encapsulate this module with DI if possible.