Skip to content

Commit ef89f2c

Browse files
Correct artifact name for instructions on use within common sourceset. (#204)
1 parent fe0950a commit ef89f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ See [gradle.properties](gradle.properties) in AtomicFU project for its `kotlin_v
140140

141141
### Common
142142

143-
If you write a common code that should get compiled or different platforms, add `org.jetbrains.kotlinx:atomicfu-common`
143+
If you write a common code that should get compiled or different platforms, add `org.jetbrains.kotlinx:atomicfu`
144144
to your common code dependencies or apply `kotlinx-atomicfu` plugin that adds this dependency automatically:
145145

146146
```groovy

0 commit comments

Comments
 (0)