hey guys is it possible to have 2 definitions of s...
# koin
d
hey guys is it possible to have 2 definitions of same type but with different params set?
Copy code
scoped<DateResolver> { (r: CurrentReservation) -> DateResolverFactory(r) }
        scoped<DateResolver> { (pd: ProductDetail) -> DateResolverFactory(pd) }