Hey, this is a relevant discussion: <https://kotli...
# store
I don’t think we have a guide on testing yet, but I can certainly add one
My general guidance would be to make Store an implementation detail behind interfaces you own
👍 1
a
thanks matt, thats what i expected
i have another question regarding dispatchers, should i wrap the store call in dispatchers.io / flowOn in the repository layer? how is it handled internally?