Skip to content

Commit a28dd10

Browse files
committed
ReadMe: recommend 'implementation' gradle dependency configuration instead of 'compile'
1 parent 2d7b75a commit a28dd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ repositories {
153153
Add the dependency:
154154

155155
```groovy
156-
compile 'org.jetbrains.kotlinx:kotlinx-collections-immutable:0.2'
156+
implementation 'org.jetbrains.kotlinx:kotlinx-collections-immutable:0.2'
157157
```
158158

159159

0 commit comments

Comments
 (0)