blob: e0c3f53ff4a257ac4a7a1d2987bb0e3919e329b0 [file] [log] [blame]
Kirill Timofeeva5186962017-10-25 14:25:47 +03001dependencies {
Roman Elizarov69b2a402018-02-23 21:25:28 +03002 compile "io.reactivex:rxjava:1.3.6"
Kirill Timofeeva5186962017-10-25 14:25:47 +03003}
Roman Elizarove00f0ba2017-12-23 00:29:29 +03004
5tasks.withType(dokka.getClass()) {
Kirill Timofeeva5186962017-10-25 14:25:47 +03006 externalDocumentationLink {
7 url = new URL("http://reactivex.io/RxJava/1.x/javadoc/")
8 }
9}