Skip to content

Commit c08a6fa

Browse files
authored
Merge 994e411 into 0c11f12
2 parents 0c11f12 + 994e411 commit c08a6fa

File tree

2 files changed

+319
-1
lines changed

2 files changed

+319
-1
lines changed

buildSrc/src/main/java/com/google/firebase/gradle/plugins/DackkaGenerationTask.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ abstract class GenerateDocumentationTask @Inject constructor(
127127
"android" to "https://developer.android.com/reference/kotlin/",
128128
"google" to "https://developers.google.com/android/reference/",
129129
"firebase" to "https://firebase.google.com/docs/reference/kotlin/",
130-
"coroutines" to "https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/"
130+
"coroutines" to "https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/",
131+
"kotlin" to "https://kotlinlang.org/api/latest/jvm/stdlib/"
131132
)
132133

133134
return packageLists.get().map {

0 commit comments

Comments
 (0)