Hi , there is guy in our team who is shouting like anything regarding the singleton. He is claiming that , since the class constructor is not private, any one can create new instances even though koin will create singleton instance. So i was wondering will koin work for a class with private constructor and we use singleton { } declaration.