aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Zhang <linroid@gmail.com>2022-02-16 22:29:03 +0800
committermvicsokolova <maria.sokolova@jetbrains.com>2022-04-06 09:39:32 +0300
commit49a27dcd816fd713a582b771d9fa32293178f5eb (patch)
tree2acee2dc55e093f795f601f7e9e4545fd78cb9ac
parent0cf15e4f26db6a1e9c1f8905e2f136505773dfa9 (diff)
downloadkotlinx.atomicfu-49a27dcd816fd713a582b771d9fa32293178f5eb.tar.gz
Update README.md
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"
}
```