Member-only story
Koin Framework- Provide Interface Dependency (Part-2)- Most Underrated Framework🤔
2 min readNov 7, 2021
This is gonna be the “second part” on Koin Framework, where we will see how to provide the dependency of interface through Koin.😍
Other parts of Koin Framework Link
Case- 1
You can see in the above code we have an interface “Demo” and “DemoImpl” class is implementing Demo interface (or proving the body for Demo) and in the Main class we are using Demo interface.Suppose you want to use Main class somewhere, so whenever we create the object of Main , we also have to…