blob: e0c3f53ff4a257ac4a7a1d2987bb0e3919e329b0 [file] [log] [blame]
dependencies {
compile "io.reactivex:rxjava:1.3.6"
}
tasks.withType(dokka.getClass()) {
externalDocumentationLink {
url = new URL("http://reactivex.io/RxJava/1.x/javadoc/")
}
}