@@ -21,19 +21,19 @@ 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.10 ` .
24+ The latest version of the library uses Kotlin version ` 2.1.20 ` .
2525Compatibility versions for older and/or preview Kotlin versions are also available:
2626
27- | Version | Version suffix | Kotlin | Coroutines | AndroidX Lifecycle |
28- | --------------| ----------------------| :------------ :| :----------:| :------------------:|
29- | _ latest_ | -kotlin-2.1.20-RC | 2.1.20-RC | 1.10.1 | 2.8.7 |
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 |
32- | 1.0.0-BETA-7 | _ no suffix_ | 2.0.21 | 1.9.0 | 2.8.4 |
33- | 1.0.0-BETA-6 | _ no suffix_ | 2.0.20 | 1.9.0 | 2.8.4 |
34- | 1.0.0-BETA-4 | _ no suffix_ | 2.0.10 | 1.8.1 | 2.8.4 |
35- | 1.0.0-BETA-3 | _ no suffix_ | 2.0.0 | 1.8.1 | 2.8.0 |
36- | 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_ ** | ** _ no suffix _ ** | ** 2.1.20** | ** 1.10.1** | ** 2.8.7** |
30+ | 1.0.0-BETA-9 | _ 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 |
32+ | 1.0.0-BETA-7 | _ no suffix_ | 2.0.21 | 1.9.0 | 2.8.4 |
33+ | 1.0.0-BETA-6 | _ no suffix_ | 2.0.20 | 1.9.0 | 2.8.4 |
34+ | 1.0.0-BETA-4 | _ no suffix_ | 2.0.10 | 1.8.1 | 2.8.4 |
35+ | 1.0.0-BETA-3 | _ no suffix_ | 2.0.0 | 1.8.1 | 2.8.0 |
36+ | 1.0.0-BETA-2 | _ no suffix_ | 1.9.24 | 1.8.1 | 2.8.0 |
3737
3838## Kotlin
3939
@@ -46,7 +46,7 @@ kotlin {
4646 }
4747 commonMain {
4848 dependencies {
49- api(" com.rickclephas.kmp:kmp-observableviewmodel-core:1.0.0-BETA-9 " )
49+ api(" com.rickclephas.kmp:kmp-observableviewmodel-core:1.0.0-BETA-10 " )
5050 }
5151 }
5252 }
@@ -153,7 +153,7 @@ After you have configured your `shared` Kotlin module and created a ViewModel it
153153Start by adding the Swift package to your ` Package.swift ` file:
154154``` swift
155155dependencies: [
156- .package (url : " https://github.com/rickclephas/KMP-ObservableViewModel.git" , from : " 1.0.0-BETA-9 " )
156+ .package (url : " https://github.com/rickclephas/KMP-ObservableViewModel.git" , from : " 1.0.0-BETA-10 " )
157157]
158158```
159159
@@ -165,7 +165,7 @@ Or add it in Xcode by going to `File` > `Add Packages...` and providing the URL:
165165
166166If you like you can also use CocoaPods instead of SPM:
167167``` ruby
168- pod ' KMPObservableViewModelSwiftUI' , ' 1.0.0-BETA-9 '
168+ pod ' KMPObservableViewModelSwiftUI' , ' 1.0.0-BETA-10 '
169169```
170170</p >
171171</details >
0 commit comments