@@ -21,12 +21,13 @@ 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.2.10 ` .
24+ The latest version of the library uses Kotlin version ` 2.2.20 ` .
2525Compatibility versions for older and/or preview Kotlin versions are also available:
2626
2727| Version | Version suffix | Kotlin | Coroutines | AndroidX Lifecycle |
2828| ---------------| ---------------------| :----------:| :----------:| :------------------:|
29- | ** _ latest_ ** | ** _ no suffix_ ** | ** 2.2.10** | ** 1.10.1** | ** 2.8.7** |
29+ | ** _ latest_ ** | ** _ no suffix_ ** | ** 2.2.20** | ** 1.10.1** | ** 2.8.7** |
30+ | 1.0.0-BETA-13 | _ no suffix_ | 2.2.10 | 1.10.1 | 2.8.7 |
3031| 1.0.0-BETA-12 | _ no suffix_ | 2.2.0 | 1.10.1 | 2.8.7 |
3132| 1.0.0-BETA-11 | _ no suffix_ | 2.1.21 | 1.10.1 | 2.8.7 |
3233| 1.0.0-BETA-10 | _ no suffix_ | 2.1.20 | 1.10.1 | 2.8.7 |
@@ -49,7 +50,7 @@ kotlin {
4950 }
5051 commonMain {
5152 dependencies {
52- api(" com.rickclephas.kmp:kmp-observableviewmodel-core:1.0.0-BETA-13 " )
53+ api(" com.rickclephas.kmp:kmp-observableviewmodel-core:1.0.0-BETA-14 " )
5354 }
5455 }
5556 }
@@ -156,7 +157,7 @@ After you have configured your `shared` Kotlin module and created a ViewModel it
156157Start by adding the Swift package to your ` Package.swift ` file:
157158``` swift
158159dependencies: [
159- .package (url : " https://github.com/rickclephas/KMP-ObservableViewModel.git" , from : " 1.0.0-BETA-13 " )
160+ .package (url : " https://github.com/rickclephas/KMP-ObservableViewModel.git" , from : " 1.0.0-BETA-14 " )
160161]
161162```
162163
@@ -168,7 +169,7 @@ Or add it in Xcode by going to `File` > `Add Packages...` and providing the URL:
168169
169170If you like you can also use CocoaPods instead of SPM:
170171``` ruby
171- pod ' KMPObservableViewModelSwiftUI' , ' 1.0.0-BETA-13 '
172+ pod ' KMPObservableViewModelSwiftUI' , ' 1.0.0-BETA-14 '
172173```
173174</p >
174175</details >
0 commit comments