is it possible to merge modules without starting a koin?
a
arnaud.giuliani
11/28/2019, 11:30 AM
you can group nodules with “+” operator
arnaud.giuliani
11/28/2019, 11:30 AM
val modulegroup = module1 + module2
t
tieskedh
11/28/2019, 12:25 PM
Yep, I saw that.
Was just wondering if you had implemented the composite pattern.
But I don't need it anymore, as I solved the problem why I needed it in the first place