blob: ccb850bdc9a900d519cdd1c6cae0b4ae9b0a6bed [file] [log] [blame]
Kirill Timofeeva5186962017-10-25 14:25:47 +03001dependencies {
2 compile project(':kotlinx-coroutines-reactive')
Roman Elizarovdaae9a92018-02-23 21:24:30 +03003 compile 'io.reactivex.rxjava2:rxjava:2.1.9'
Kirill Timofeeva5186962017-10-25 14:25:47 +03004}
Roman Elizarove00f0ba2017-12-23 00:29:29 +03005
6tasks.withType(dokka.getClass()) {
Kirill Timofeeva5186962017-10-25 14:25:47 +03007 externalDocumentationLink {
8 url = new URL('http://reactivex.io/RxJava/javadoc/')
9 }
10}