blob: 6f2f37471af20b7294283a38c31312b6fb18dc89 [file] [log] [blame]
Roman Elizarov1f74a2d2018-06-29 19:19:45 +03001/*
2 * Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3 */
4
Kirill Timofeeva5186962017-10-25 14:25:47 +03005dependencies {
Roman Elizarov69b2a402018-02-23 21:25:28 +03006 compile "io.reactivex:rxjava:1.3.6"
Kirill Timofeeva5186962017-10-25 14:25:47 +03007}
Roman Elizarove00f0ba2017-12-23 00:29:29 +03008
9tasks.withType(dokka.getClass()) {
Kirill Timofeeva5186962017-10-25 14:25:47 +030010 externalDocumentationLink {
11 url = new URL("http://reactivex.io/RxJava/1.x/javadoc/")
12 }
13}