Releases: rickclephas/KMP-ObservableViewModel
Releases · rickclephas/KMP-ObservableViewModel
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")
}
}
v1.0.0-ALPHA-14-kotlin-1.9.20-RC2
- Updated Kotlin to 1.9.20-RC2
v1.0.0-ALPHA-14-kotlin-1.9.20-RC
- Updated Kotlin to 1.9.20-RC
v1.0.0-ALPHA-14-kotlin-1.9.20-Beta2
- Updated Kotlin to 1.9.20-Beta2
v1.0.0-ALPHA-14-kotlin-1.9.20-Beta
- Updated Kotlin to 1.9.20-Beta
Please make sure to add the following opt-in to your Kotlin module:
sourceSets {
all {
languageSettings.optIn("kotlinx.cinterop.ExperimentalForeignApi")
}
}
v1.0.0-ALPHA-14
- Updated Kotlin to 1.9.10
v1.0.0-ALPHA-13
- Updated
kotlinx.coroutines
to 1.7.3
v1.0.0-ALPHA-12
- Support projects with the
jvm
,js
,linuxArm64
,linuxX64
andmingwX64
targets (#8) - Removed generated
BuildConfig
class (#43, thanks @chrisbanes!)
v1.0.0-ALPHA-11
- Updated Kotlin to 1.9.0
v1.0.0-ALPHA-10-kotlin-1.9.0-RC
- Updated
kotlinx.coroutines
to 1.7.2 - Added support for child view models (#41)