We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088ba6e commit c8c4f9dCopy full SHA for c8c4f9d
README.md
@@ -79,7 +79,7 @@ Example for Maven:
79
and for Gradle:
80
81
```groovy
82
-compile 'io.reactivex.rxjava2:rxkotlin:x.y.z'
+implementation 'io.reactivex.rxjava2:rxkotlin:x.y.z'
83
```
84
85
### RxKotlin 1.x
@@ -97,7 +97,7 @@ Example for Maven:
97
98
99
100
-compile 'io.reactivex:rxkotlin:x.y.z'
+implementation 'io.reactivex:rxkotlin:x.y.z'
101
102
103
### Building with JitPack
@@ -112,7 +112,7 @@ repositories {
112
}
113
114
dependencies {
115
- compile 'com.github.ReactiveX:RxKotlin:2.x-SNAPSHOT'
+ implementation 'com.github.ReactiveX:RxKotlin:2.x-SNAPSHOT'
116
117
118
0 commit comments