@@ -21,21 +21,22 @@ 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.3.0 ` .
24+ The latest version of the library uses Kotlin version ` 2.3.10 ` .
2525Compatibility versions for older and/or preview Kotlin versions are also available:
2626
27- | Version | Version suffix | Kotlin | Coroutines | AndroidX Lifecycle |
28- | ---------------| ---------------------| :---------:| :----------:| :------------------:|
29- | ** _ latest_ ** | ** _ no suffix_ ** | ** 2.3.0** | ** 1.10.1** | ** 2.8.7** |
30- | 1.0.0 | _ no suffix_ | 2.2.21 | 1.10.1 | 2.8.7 |
31- | 1.0.0-BETA-13 | _ no suffix_ | 2.2.10 | 1.10.1 | 2.8.7 |
32- | 1.0.0-BETA-12 | _ no suffix_ | 2.2.0 | 1.10.1 | 2.8.7 |
33- | 1.0.0-BETA-11 | _ no suffix_ | 2.1.21 | 1.10.1 | 2.8.7 |
34- | 1.0.0-BETA-9 | _ no suffix_ | 2.1.10 | 1.10.1 | 2.8.7 |
35- | 1.0.0-BETA-8 | _ no suffix_ | 2.1.0 | 1.9.0 | 2.8.4 |
36- | 1.0.0-BETA-7 | _ no suffix_ | 2.0.21 | 1.9.0 | 2.8.4 |
37- | 1.0.0-BETA-4 | _ no suffix_ | 2.0.10 | 1.8.1 | 2.8.4 |
38- | 1.0.0-BETA-3 | _ no suffix_ | 2.0.0 | 1.8.1 | 2.8.0 |
27+ | Version | Version suffix | Kotlin | Coroutines | AndroidX Lifecycle |
28+ | ---------------| -----------------| :----------:| :----------:| :------------------:|
29+ | ** _ latest_ ** | ** _ no suffix_ ** | ** 2.3.10** | ** 1.10.1** | ** 2.8.7** |
30+ | 1.0.1 | _ no suffix_ | 2.3.0 | 1.10.1 | 2.8.7 |
31+ | 1.0.0 | _ no suffix_ | 2.2.21 | 1.10.1 | 2.8.7 |
32+ | 1.0.0-BETA-13 | _ no suffix_ | 2.2.10 | 1.10.1 | 2.8.7 |
33+ | 1.0.0-BETA-12 | _ no suffix_ | 2.2.0 | 1.10.1 | 2.8.7 |
34+ | 1.0.0-BETA-11 | _ no suffix_ | 2.1.21 | 1.10.1 | 2.8.7 |
35+ | 1.0.0-BETA-9 | _ no suffix_ | 2.1.10 | 1.10.1 | 2.8.7 |
36+ | 1.0.0-BETA-8 | _ no suffix_ | 2.1.0 | 1.9.0 | 2.8.4 |
37+ | 1.0.0-BETA-7 | _ no suffix_ | 2.0.21 | 1.9.0 | 2.8.4 |
38+ | 1.0.0-BETA-4 | _ no suffix_ | 2.0.10 | 1.8.1 | 2.8.4 |
39+ | 1.0.0-BETA-3 | _ no suffix_ | 2.0.0 | 1.8.1 | 2.8.0 |
3940
4041## Kotlin
4142
@@ -48,7 +49,7 @@ kotlin {
4849 }
4950 commonMain {
5051 dependencies {
51- api(" com.rickclephas.kmp:kmp-observableviewmodel-core:1.0.1 " )
52+ api(" com.rickclephas.kmp:kmp-observableviewmodel-core:1.0.2 " )
5253 }
5354 }
5455 }
@@ -155,7 +156,7 @@ After you have configured your `shared` Kotlin module and created a ViewModel it
155156Start by adding the Swift package to your ` Package.swift ` file:
156157``` swift
157158dependencies: [
158- .package (url : " https://github.com/rickclephas/KMP-ObservableViewModel.git" , from : " 1.0.1 " )
159+ .package (url : " https://github.com/rickclephas/KMP-ObservableViewModel.git" , from : " 1.0.2 " )
159160]
160161```
161162
@@ -167,7 +168,7 @@ Or add it in Xcode by going to `File` > `Add Packages...` and providing the URL:
167168
168169If you like you can also use CocoaPods instead of SPM:
169170``` ruby
170- pod ' KMPObservableViewModelSwiftUI' , ' 1.0.1 '
171+ pod ' KMPObservableViewModelSwiftUI' , ' 1.0.2 '
171172```
172173</p >
173174</details >
0 commit comments