You're better off doing something like: Class Bla...
# koin
k
You're better off doing something like: Class Blah : State<Red> Then Single { Blah() }
👍 1
h
Indeed, @kenkyee that solution had crossed my mind already. But thanks for sharing that this is an accepted solution here.
k
That's what I've done in the past with Koin...works well 🙂