blob: 6f2f37471af20b7294283a38c31312b6fb18dc89 [file] [log] [blame]
/*
* Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
dependencies {
compile "io.reactivex:rxjava:1.3.6"
}
tasks.withType(dokka.getClass()) {
externalDocumentationLink {
url = new URL("http://reactivex.io/RxJava/1.x/javadoc/")
}
}