KMM ViewModel Versions Save

Library to use AndroidX/Kotlin ViewModels with SwiftUI

v1.0.0-ALPHA-19

3 months ago
  • 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-18-kotlin-2.0.0-Beta3

4 months ago
  • 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-18

4 months ago

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

5 months ago
  • 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-17

5 months ago
  • Updated Kotlin to 1.9.22

v1.0.0-ALPHA-16

6 months ago
  • Updated Kotlin to 1.9.21

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

6 months ago
  • Updated Kotlin to 2.0.0-Beta1

v1.0.0-ALPHA-15

6 months ago
  • 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

7 months ago
  • Updated Kotlin to 1.9.20-RC2

v1.0.0-ALPHA-14-kotlin-1.9.20-RC

7 months ago
  • Updated Kotlin to 1.9.20-RC