blob: ccb850bdc9a900d519cdd1c6cae0b4ae9b0a6bed [file] [log] [blame]
dependencies {
compile project(':kotlinx-coroutines-reactive')
compile 'io.reactivex.rxjava2:rxjava:2.1.9'
}
tasks.withType(dokka.getClass()) {
externalDocumentationLink {
url = new URL('http://reactivex.io/RxJava/javadoc/')
}
}