We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eff430 commit 5ee8cdaCopy full SHA for 5ee8cda
README.md
@@ -29,10 +29,14 @@
29
30
### Including Store In Your Project
31
32
-#### Android
+> **Note**
33
+>
34
+> **[AtomicFU](https://github.com/Kotlin/kotlinx-atomicfu) is required ([#503](https://github.com/MobileNativeFoundation/Store/issues/503))**
35
36
+#### Android
37
```kotlin
38
implementation "org.mobilenativefoundation.store:store5:5.0.0-alpha03"
39
+api "org.jetbrains.kotlinx:atomicfu:0.18.5"
40
```
41
42
#### Multiplatform (Common, JVM, Native, JS)
@@ -41,6 +45,7 @@ implementation "org.mobilenativefoundation.store:store5:5.0.0-alpha03"
45
commonMain {
46
dependencies {
43
47
implementation("org.mobilenativefoundation.store:store5:5.0.0-alpha03")
48
+ api("org.jetbrains.kotlinx:atomicfu:0.18.5")
44
49
}
50
51
0 commit comments