Skip to content

Commit c8c4f9d

Browse files
SubhrajyotiSenstepango
authored andcommitted
README: replace compile with implementation (#200)
1 parent 088ba6e commit c8c4f9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Example for Maven:
7979
and for Gradle:
8080

8181
```groovy
82-
compile 'io.reactivex.rxjava2:rxkotlin:x.y.z'
82+
implementation 'io.reactivex.rxjava2:rxkotlin:x.y.z'
8383
```
8484

8585
### RxKotlin 1.x
@@ -97,7 +97,7 @@ Example for Maven:
9797
and for Gradle:
9898

9999
```groovy
100-
compile 'io.reactivex:rxkotlin:x.y.z'
100+
implementation 'io.reactivex:rxkotlin:x.y.z'
101101
```
102102

103103
### Building with JitPack
@@ -112,7 +112,7 @@ repositories {
112112
}
113113
114114
dependencies {
115-
compile 'com.github.ReactiveX:RxKotlin:2.x-SNAPSHOT'
115+
implementation 'com.github.ReactiveX:RxKotlin:2.x-SNAPSHOT'
116116
}
117117
```
118118

0 commit comments

Comments
 (0)