-
I have a bean definition defined like this: And some other single beans also depends on it. I want to re-create all instances depending on Can anyone help me with this? |
Beta Was this translation helpful? Give feedback.
Answered by
osrl
May 4, 2023
Replies: 1 comment 1 reply
-
I used |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
arnaudgiuliani
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I used
unloadKoinModules
andloadKoinModules
for this.