Skip to content

v1.0.0

Latest

Choose a tag to compare

@rickclephas rickclephas released this 26 Oct 18:29
f6f15e9

Observation support

This release adds support for the Observation framework and it's only a single line of Swift code away:

extension Kmp_observableviewmodel_coreViewModel: @retroactive Observable { }

For more details see the "Observation support" section in the README.

Warning

The internal API between the Kotlin and Swift parts of the library has changed!
Make sure to update both the Kotlin and Swift dependencies.