is it possible to merge modules without starting a...
# koin
t
is it possible to merge modules without starting a koin?
a
you can group nodules with “+” operator
val modulegroup = module1 + module2
t
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
👍 1