Skip to content

Commit 5148d49

Browse files
committed
Add dokka workaround for Google Developer API
1 parent aa38c17 commit 5148d49

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

integration/kotlinx-coroutines-play-services/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ dependencies {
3838
tasks.withType(dokka.getClass()) {
3939
externalDocumentationLink {
4040
url = new URL("https://developers.google.com/android/reference/")
41+
/*
42+
* This is workaround for missing package list in Google API
43+
*/
44+
packageListUrl = rootDir.toPath().resolve("integration/kotlinx-coroutines-play-services/resources/package.list").toUri().toURL()
4145
}
4246
}
4347

Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
com.google.android.gms.tasks

0 commit comments

Comments
 (0)