Skip to content

Commit 5ee8cda

Browse files
committed
Update README.md
Signed-off-by: Matt <mramotar@dropbox.com>
1 parent 5eff430 commit 5ee8cda

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,14 @@
2929

3030
### Including Store In Your Project
3131

32-
#### Android
32+
> **Note**
33+
>
34+
> **[AtomicFU](https://github.com/Kotlin/kotlinx-atomicfu) is required ([#503](https://github.com/MobileNativeFoundation/Store/issues/503))**
3335
36+
#### Android
3437
```kotlin
3538
implementation "org.mobilenativefoundation.store:store5:5.0.0-alpha03"
39+
api "org.jetbrains.kotlinx:atomicfu:0.18.5"
3640
```
3741

3842
#### Multiplatform (Common, JVM, Native, JS)
@@ -41,6 +45,7 @@ implementation "org.mobilenativefoundation.store:store5:5.0.0-alpha03"
4145
commonMain {
4246
dependencies {
4347
implementation("org.mobilenativefoundation.store:store5:5.0.0-alpha03")
48+
api("org.jetbrains.kotlinx:atomicfu:0.18.5")
4449
}
4550
}
4651
```

0 commit comments

Comments
 (0)