We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85522b4 commit 40d0664Copy full SHA for 40d0664
buildSrc/src/main/java/com/google/firebase/gradle/plugins/DackkaGenerationTask.kt
@@ -127,7 +127,8 @@ abstract class GenerateDocumentationTask @Inject constructor(
127
"android" to "https://developer.android.com/reference/kotlin/",
128
"google" to "https://developers.google.com/android/reference/",
129
"firebase" to "https://firebase.google.com/docs/reference/kotlin/",
130
- "coroutines" to "https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/"
+ "coroutines" to "https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/",
131
+ "kotlin" to "https://kotlinlang.org/api/latest/jvm/stdlib/"
132
)
133
134
return packageLists.get().map {
0 commit comments