Skip to content

Commit 12d70eb

Browse files
authored
Generate links in Play Services integration README with Knit (#2924)
1 parent c76cc24 commit 12d70eb

File tree

1 file changed

+9
-3
lines changed
  • integration/kotlinx-coroutines-play-services

1 file changed

+9
-3
lines changed

integration/kotlinx-coroutines-play-services/README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ val currentLocationTask = fusedLocationProviderClient.getCurrentLocation(PRIORIT
3434
val currentLocation = currentLocationTask.await(cancellationTokenSource) // cancelling `await` also cancels `currentLocationTask`, and vice versa
3535
```
3636

37-
[asDeferred]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-play-services/kotlinx.coroutines.tasks/com.google.android.gms.tasks.-task/as-deferred.html
38-
[await]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-play-services/kotlinx.coroutines.tasks/com.google.android.gms.tasks.-task/await.html
39-
[asTask]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-play-services/kotlinx.coroutines.tasks/kotlinx.coroutines.-deferred/as-task.html
37+
38+
<!--- MODULE kotlinx-coroutines-play-services -->
39+
<!--- INDEX kotlinx.coroutines.tasks -->
40+
41+
[asDeferred]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-play-services/kotlinx.coroutines.tasks/as-deferred.html
42+
[await]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-play-services/kotlinx.coroutines.tasks/await.html
43+
[asTask]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-play-services/kotlinx.coroutines.tasks/as-task.html
44+
45+
<!--- END -->

0 commit comments

Comments
 (0)