@@ -21,21 +21,21 @@ but not all targets support AndroidX and/or SwiftUI interop:
21
21
| JS | ✅ | - | - |
22
22
| Wasm | ✅ | - | - |
23
23
24
- The latest version of the library uses Kotlin version ` 2.1.20 ` .
24
+ The latest version of the library uses Kotlin version ` 2.1.21 ` .
25
25
Compatibility versions for older and/or preview Kotlin versions are also available:
26
26
27
- | Version | Version suffix | Kotlin | Coroutines | AndroidX Lifecycle |
28
- | --------------| ---------------------| :-----------:| :----------:| :------------------:|
29
- | _ latest_ | -kotlin-2.2.0-Beta1 | 2.2.0-Beta1 | 1.10.1 | 2.8.7 |
30
- | _ latest_ | -kotlin-2.1.21-RC | 2.1.21-RC | 1.10.1 | 2.8.7 |
31
- | ** _ latest _ ** | ** _ no suffix_ ** | ** 2.1.20** | ** 1.10.1** | ** 2.8.7** |
32
- | 1.0.0-BETA-9 | _ no suffix_ | 2.1.10 | 1.10.1 | 2.8.7 |
33
- | 1.0.0-BETA-8 | _ no suffix_ | 2.1.0 | 1.9.0 | 2.8.4 |
34
- | 1.0.0-BETA-7 | _ no suffix_ | 2.0.21 | 1.9.0 | 2.8.4 |
35
- | 1.0.0-BETA-6 | _ no suffix_ | 2.0.20 | 1.9.0 | 2.8.4 |
36
- | 1.0.0-BETA-4 | _ no suffix_ | 2.0.10 | 1.8.1 | 2.8.4 |
37
- | 1.0.0-BETA-3 | _ no suffix_ | 2.0.0 | 1.8.1 | 2.8.0 |
38
- | 1.0.0-BETA-2 | _ no suffix_ | 1.9.24 | 1.8.1 | 2.8.0 |
27
+ | Version | Version suffix | Kotlin | Coroutines | AndroidX Lifecycle |
28
+ | --------------- | ---------------------| :-----------:| :----------:| :------------------:|
29
+ | _ latest_ | -kotlin-2.2.0-Beta1 | 2.2.0-Beta1 | 1.10.1 | 2.8.7 |
30
+ | ** _ latest_ ** | ** _ no suffix _ ** | ** 2.1.21** | ** 1.10.1** | ** 2.8.7** |
31
+ | 1.0.0-BETA-10 | _ no suffix_ | 2.1.20 | 1.10.1 | 2.8.7 |
32
+ | 1.0.0-BETA-9 | _ no suffix_ | 2.1.10 | 1.10.1 | 2.8.7 |
33
+ | 1.0.0-BETA-8 | _ no suffix_ | 2.1.0 | 1.9.0 | 2.8.4 |
34
+ | 1.0.0-BETA-7 | _ no suffix_ | 2.0.21 | 1.9.0 | 2.8.4 |
35
+ | 1.0.0-BETA-6 | _ no suffix_ | 2.0.20 | 1.9.0 | 2.8.4 |
36
+ | 1.0.0-BETA-4 | _ no suffix_ | 2.0.10 | 1.8.1 | 2.8.4 |
37
+ | 1.0.0-BETA-3 | _ no suffix_ | 2.0.0 | 1.8.1 | 2.8.0 |
38
+ | 1.0.0-BETA-2 | _ no suffix_ | 1.9.24 | 1.8.1 | 2.8.0 |
39
39
40
40
## Kotlin
41
41
@@ -48,7 +48,7 @@ kotlin {
48
48
}
49
49
commonMain {
50
50
dependencies {
51
- api(" com.rickclephas.kmp:kmp-observableviewmodel-core:1.0.0-BETA-10 " )
51
+ api(" com.rickclephas.kmp:kmp-observableviewmodel-core:1.0.0-BETA-11 " )
52
52
}
53
53
}
54
54
}
@@ -155,7 +155,7 @@ After you have configured your `shared` Kotlin module and created a ViewModel it
155
155
Start by adding the Swift package to your ` Package.swift ` file:
156
156
``` swift
157
157
dependencies: [
158
- .package (url : " https://github.com/rickclephas/KMP-ObservableViewModel.git" , from : " 1.0.0-BETA-10 " )
158
+ .package (url : " https://github.com/rickclephas/KMP-ObservableViewModel.git" , from : " 1.0.0-BETA-11 " )
159
159
]
160
160
```
161
161
@@ -167,7 +167,7 @@ Or add it in Xcode by going to `File` > `Add Packages...` and providing the URL:
167
167
168
168
If you like you can also use CocoaPods instead of SPM:
169
169
``` ruby
170
- pod ' KMPObservableViewModelSwiftUI' , ' 1.0.0-BETA-10 '
170
+ pod ' KMPObservableViewModelSwiftUI' , ' 1.0.0-BETA-11 '
171
171
```
172
172
</p >
173
173
</details >
0 commit comments