Skip to content

Releases: rickclephas/KMP-ObservableViewModel

v1.0.0-ALPHA-20

16 Mar 10:25
Compare
Choose a tag to compare
  • Updated Kotlin to 1.9.23

v1.0.0-ALPHA-19

18 Feb 18:01
Compare
Choose a tag to compare
  • 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

18 Feb 18:22
Compare
Choose a tag to compare
Pre-release
  • Updated Kotlin to 2.0.0-Beta4

v1.0.0-ALPHA-18

27 Jan 10:54
Compare
Choose a tag to compare

v1.0.0-ALPHA-18-kotlin-2.0.0-Beta3

27 Jan 11:17
Compare
Choose a tag to compare
Pre-release
  • 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

31 Dec 18:03
Compare
Choose a tag to compare
  • Updated Kotlin to 1.9.22

v1.0.0-ALPHA-17-kotlin-2.0.0-Beta2

31 Dec 18:21
Compare
Choose a tag to compare
Pre-release
  • 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

30 Nov 08:26
Compare
Choose a tag to compare
  • Updated Kotlin to 1.9.21

v1.0.0-ALPHA-15-kotlin-2.0.0-Beta1

18 Nov 15:35
Compare
Choose a tag to compare
Pre-release
  • Updated Kotlin to 2.0.0-Beta1

v1.0.0-ALPHA-15

02 Nov 17:46
Compare
Choose a tag to compare
  • 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")
    }
}