blob: bf623a27e37aecc86d43fb795a83f66b409f3170 [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 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/')
}
}