I don't think you can switch states dynamically li...
# koin
k
I don't think you can switch states dynamically like you're trying to do... Even in other DI frameworks. Only thing I can think of is you can create and close a scope programmatically but you would have to build everything off that scope and somehow purge things once the scope is closed.