@@ -21,14 +21,15 @@ 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.0.0 ` .
24+ The latest version of the library uses Kotlin version ` 2.0.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_ | -kotlin-2.0.20-Beta1 | 2.0.20-Beta1 | 1.9.0-RC | 2.8.0 |
30- | ** _ latest_ ** | ** _ no suffix_ ** | ** 2.0.0** | ** 1.8.1** | ** 2.8.0** |
31- | 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.0.20-RC | 2.0.20-RC | 1.9.0-RC | 2.8.0 |
30+ | ** _ latest_ ** | ** _ no suffix_ ** | ** 2.0.10** | ** 1.8.1** | ** 2.8.4** |
31+ | 1.0.0-BETA-3 | _ no suffix_ | 2.0.0 | 1.8.1 | 2.8.0 |
32+ | 1.0.0-BETA-2 | _ no suffix_ | 1.9.24 | 1.8.1 | 2.8.0 |
3233
3334## Kotlin
3435
@@ -41,7 +42,7 @@ kotlin {
4142 }
4243 commonMain {
4344 dependencies {
44- api(" com.rickclephas.kmp:kmp-observableviewmodel-core:1.0.0-BETA-3 " )
45+ api(" com.rickclephas.kmp:kmp-observableviewmodel-core:1.0.0-BETA-4 " )
4546 }
4647 }
4748 }
@@ -148,7 +149,7 @@ After you have configured your `shared` Kotlin module and created a ViewModel it
148149Start by adding the Swift package to your ` Package.swift ` file:
149150``` swift
150151dependencies: [
151- .package (url : " https://github.com/rickclephas/KMP-ObservableViewModel.git" , from : " 1.0.0-BETA-3 " )
152+ .package (url : " https://github.com/rickclephas/KMP-ObservableViewModel.git" , from : " 1.0.0-BETA-4 " )
152153]
153154```
154155
@@ -160,7 +161,7 @@ Or add it in Xcode by going to `File` > `Add Packages...` and providing the URL:
160161
161162If you like you can also use CocoaPods instead of SPM:
162163``` ruby
163- pod ' KMPObservableViewModelSwiftUI' , ' 1.0.0-BETA-3 '
164+ pod ' KMPObservableViewModelSwiftUI' , ' 1.0.0-BETA-4 '
164165```
165166</p >
166167</details >
0 commit comments