@@ -21,13 +21,14 @@ but not all targets support AndroidX and/or SwiftUI interop:
2121| JS | ✅ | - | - |
2222| Wasm | ✅ | - | - |
2323
24- The latest version of the library uses Kotlin version ` 2.1.0 ` .
24+ The latest version of the library uses Kotlin version ` 2.1.10 ` .
2525Compatibility versions for older and/or preview Kotlin versions are also available:
2626
2727| Version | Version suffix | Kotlin | Coroutines | AndroidX Lifecycle |
2828| --------------| ----------------------| :------------:| :----------:| :------------------:|
2929| _ latest_ | -kotlin-2.1.20-Beta1 | 2.1.20-Beta1 | 1.10.1 | 2.8.7 |
30- | ** _ latest_ ** | ** _ no suffix_ ** | ** 2.1.0** | ** 1.9.0** | ** 2.8.4** |
30+ | ** _ latest_ ** | ** _ no suffix_ ** | ** 2.1.10** | ** 1.10.1** | ** 2.8.7** |
31+ | 1.0.0-BETA-8 | _ no suffix_ | 2.1.0 | 1.9.0 | 2.8.4 |
3132| 1.0.0-BETA-7 | _ no suffix_ | 2.0.21 | 1.9.0 | 2.8.4 |
3233| 1.0.0-BETA-6 | _ no suffix_ | 2.0.20 | 1.9.0 | 2.8.4 |
3334| 1.0.0-BETA-4 | _ no suffix_ | 2.0.10 | 1.8.1 | 2.8.4 |
@@ -45,7 +46,7 @@ kotlin {
4546 }
4647 commonMain {
4748 dependencies {
48- api(" com.rickclephas.kmp:kmp-observableviewmodel-core:1.0.0-BETA-8 " )
49+ api(" com.rickclephas.kmp:kmp-observableviewmodel-core:1.0.0-BETA-9 " )
4950 }
5051 }
5152 }
@@ -152,7 +153,7 @@ After you have configured your `shared` Kotlin module and created a ViewModel it
152153Start by adding the Swift package to your ` Package.swift ` file:
153154``` swift
154155dependencies: [
155- .package (url : " https://github.com/rickclephas/KMP-ObservableViewModel.git" , from : " 1.0.0-BETA-8 " )
156+ .package (url : " https://github.com/rickclephas/KMP-ObservableViewModel.git" , from : " 1.0.0-BETA-9 " )
156157]
157158```
158159
@@ -164,7 +165,7 @@ Or add it in Xcode by going to `File` > `Add Packages...` and providing the URL:
164165
165166If you like you can also use CocoaPods instead of SPM:
166167``` ruby
167- pod ' KMPObservableViewModelSwiftUI' , ' 1.0.0-BETA-8 '
168+ pod ' KMPObservableViewModelSwiftUI' , ' 1.0.0-BETA-9 '
168169```
169170</p >
170171</details >
0 commit comments