Orbit MVI 4.1.2 has been released! :tada: <https:...
# orbit-mvi
m
Orbit MVI 4.1.2 has been released! 🎉 https://github.com/orbit-mvi/orbit-mvi/releases/tag/4.1.2 Lots of changes recently, here’s the lowdown: •
4.1.0
Includes two testing fixes from @Oleksii Malovanyi -
runOnCreate
is now a separate function to be invoked during testing, which means it is executed in the same coroutine context as other suspending tests as well as making the API clearer. Additionally a small fix allowing
ContainerHost
calls during tests that do not run any intent. •
4.1.1
- Attempted fix of a JUnit vulnerability, hampered by a bug in Kotlin Multiplatform’s handling of dependency forcing. •
4.1.2
- Fixes the above issue as well as upgrading the Kotlin version to
1.5.20
Enjoy!
👏 6