Skip to content

Commit acbd615

Browse files
Update plugins/src/main/java/com/google/firebase/gradle/plugins/DackkaGenerationTask.kt
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 123e8b2 commit acbd615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,10 @@ constructor(private val workerExecutor: WorkerExecutor) : GenerateDocumentationT
179179
"android" to "https://developer.android.com/reference/kotlin/",
180180
"androidx" to "https://developer.android.com/reference/kotlin/",
181181
"google" to "https://developers.google.com/android/reference/",
182-
"firebase" to "https://firebase.google.com/docs/reference/kotlin/",
183182
"coroutines" to "https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/",
183+
"firebase" to "https://firebase.google.com/docs/reference/kotlin/",
184184
"kotlin" to "https://kotlinlang.org/api/latest/jvm/stdlib/",
185-
"serialization" to "https://kotlinlang.org/api/kotlinx.serialization",
185+
"serialization" to "https://kotlinlang.org/api/kotlinx.serialization/",
186186
)
187187

188188
return packageLists

0 commit comments

Comments
 (0)