File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
plugins/src/main/java/com/google/firebase/gradle/plugins Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,10 +179,10 @@ constructor(private val workerExecutor: WorkerExecutor) : GenerateDocumentationT
179
179
" android" to " https://developer.android.com/reference/kotlin/" ,
180
180
" androidx" to " https://developer.android.com/reference/kotlin/" ,
181
181
" google" to " https://developers.google.com/android/reference/" ,
182
- " firebase" to " https://firebase.google.com/docs/reference/kotlin/" ,
183
182
" coroutines" to " https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/" ,
183
+ " firebase" to " https://firebase.google.com/docs/reference/kotlin/" ,
184
184
" 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/ " ,
186
186
)
187
187
188
188
return packageLists
You can’t perform that action at this time.
0 commit comments