Well, when looking for a matching factory, it woul...
# kodein
s
Well, when looking for a matching factory, it would first try to find a perfect match (like it does now). When not found, it would try find a factory with a compatible argument type by iterating through all factories, wich is time consuming. Then, if found one, it should register that match in a cache so that next time this argument type is used, it would not re-iterate again.