Releases: rickclephas/KMP-ObservableViewModel
Releases · rickclephas/KMP-ObservableViewModel
v1.0.0-ALPHA-20
- Updated Kotlin to 1.9.23
v1.0.0-ALPHA-19
- Updated
kotlinx.coroutines
to 1.8.0 - Updated
androidx.lifecycle
to 2.7.0 - Added support for projects with a
wasmJs
target
v1.0.0-ALPHA-19-kotlin-2.0.0-Beta4
- Updated Kotlin to 2.0.0-Beta4
v1.0.0-ALPHA-18
- Added support for Cancellable ViewModels
v1.0.0-ALPHA-18-kotlin-2.0.0-Beta3
- Updated Kotlin to 2.0.0-Beta3
- Updated
kotlinx.coroutines
to 1.8.0-RC2 - Added support for projects with a
wasmJs
target
v1.0.0-ALPHA-17
- Updated Kotlin to 1.9.22
v1.0.0-ALPHA-17-kotlin-2.0.0-Beta2
- Updated Kotlin to 2.0.0-Beta2
- Updated
kotlinx.coroutines
to 1.8.0-RC2 - Added support for projects with a
wasmJs
target
v1.0.0-ALPHA-16
- Updated Kotlin to 1.9.21
v1.0.0-ALPHA-15-kotlin-2.0.0-Beta1
- Updated Kotlin to 2.0.0-Beta1
v1.0.0-ALPHA-15
- Updated Kotlin to 1.9.20
- Updated
androidx.lifecycle
to 2.6.2 - Simplified the
childViewModel(at:)
functions by removing the view model parameter - Fixed view model class casting issues (#49)
Please make sure to add the following opt-in to your Kotlin module:
sourceSets {
all {
languageSettings.optIn("kotlinx.cinterop.ExperimentalForeignApi")
}
}