MobileNativeFoundation / Store

A Kotlin Multiplatform library for building network-resilient applications
https://mobilenativefoundation.github.io/Store/
Apache License 2.0
3.16k stars 197 forks source link

Expose converter via StoreBuilder.from() function #594

Closed wbrawner closed 8 months ago

wbrawner commented 9 months ago

Closes #554

Description

This just exposes the converter argument in the RealStoreBuilder class so that one can provide custom implementations of it. I'd be happy to update the docs as well, if I could be directed to where I can find the sources for them.

Type of Change

Test Plan

This didn't seem to warrant any new tests, but I could add them if desired.

Checklist:

Before submitting your PR, please review and check all of the following: