aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Zhang <linroid@gmail.com>2022-04-06 14:46:05 +0800
committerGitHub <noreply@github.com>2022-04-06 09:46:05 +0300
commite5333e5fb36ba1163961e4fc657af63babc182e6 (patch)
tree284f1bb23601a676d9cc625dbcd11665625d1e80
parenta4b7257392995710b9b7268151e63d0d022fbc10 (diff)
downloadkotlinx.atomicfu-e5333e5fb36ba1163961e4fc657af63babc182e6.tar.gz
Update README.md (#220)
Remove `common` in common module dependency
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 665036b..87b54d5 100644
--- a/README.md
+++ b/README.md
@@ -145,7 +145,7 @@ to your common code dependencies or apply `kotlinx-atomicfu` plugin that adds th
```groovy
dependencies {
- compile "org.jetbrains.kotlinx:atomicfu-common:$atomicfu_version"
+ compile "org.jetbrains.kotlinx:atomicfu:$atomicfu_version"
}
```