Can I get all the singleton instances in the sorte...
# kodein
b
Can I get all the singleton instances in the sorted order in kodein? For example, the service A depends on the service B. I want to get a list from [B, A], but now the method kodein.allInstances () returns a list [A, B], sorted by the order of services declaration, and not in the order of their need