I think I got it... ``` bind() from singleton {...
# kodein
d
I think I got it...
Copy code
bind() from singleton { SyncAction(instance(), instance(), instance(), instance(), instance()) }
    bind<SyncHandler>() with provider { instance<SyncAction>() }
🙂 thanks for the help though, ideas come through the suggestions...
👍 2