jimKarsh
jimKarsh
I would also contribute to this if/when it takes place. Absolutely love the store API for modular kmm application; currently have it working with no cache layer (yet) and a...
I stole the code snippet here : https://discuss.kotlinlang.org/t/actor-kotlin-common/19569 and replaced the call to jvm actor with this one in StoreRealActor and then ripped out the cache layer. As this was...
Past few days I've worked on migrating testing over to multiplatform. Had to trade Truth for [Turbine](https://github.com/cashapp/turbine) to implement the `.emitsExactly` testing tool. Additionally, I've had to migrate the TestCoroutineScope...