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.