blob: ff819b6643bab32e6bfe40db79ce6be1341713f8 [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
Roman Elizarov9af25712018-02-02 09:42:35 +01005repositories {
6 google()
7}
8
Kirill Timofeeva5186962017-10-25 14:25:47 +03009dependencies {
Roman Elizarovd1f50a32017-11-09 12:09:06 +030010 compileOnly 'com.google.android:android:4.1.1.4'
Roman Elizarov9af25712018-02-02 09:42:35 +010011 compileOnly 'com.android.support:support-annotations:26.1.0'
Kirill Timofeeva5186962017-10-25 14:25:47 +030012}
Roman Elizarove00f0ba2017-12-23 00:29:29 +030013
14tasks.withType(dokka.getClass()) {
Kirill Timofeeva5186962017-10-25 14:25:47 +030015 externalDocumentationLink {
16 url = new URL("https://developer.android.com/reference/")
17 }
18}