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