<@U0BLRBFMM> I have this that's giving an error, a...
# kodein
d
@salomonbrys I have this that's giving an error, also it seems to be a common pattern, isn't there a better way to do this?
Copy code
bind() from singleton { BroadcastChannel<SyncEvents>(Channel.CONFLATED) }
    
    bind<ReceiveChannel<SyncEvents>>() with provider { instance<BroadcastChannel<SyncEvents>>() }