That one is doing it the opposite way where it is putting GameModule inside of core, I want to put Core inside of Game @Pedro Alberto
Bobby Hargett
11/12/2024, 1:28 PM
I guess I am trying to dynamically include a Module, but since it is an annotation it isn't going to be possible and Module::plus doesn't work as I expected.
😞 1
p
Pedro Alberto
11/12/2024, 1:36 PM
if you want to dynamic load you have to use yourKoinIntance.loadModule(yourModule)
Pedro Alberto
11/12/2024, 1:39 PM
do you have a repo where we can see a replication of what you want ?
a
arnaud.giuliani
11/15/2024, 3:48 PM
yeah annotated stuff needs to be static / dynamic behavior can be done with DSL only