Skip to content

Commit

Permalink
update: links to android resources added to references (Kotlin#2898)
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-pavlov authored and pablobaxter committed Sep 14, 2022
1 parent 5c4438a commit 4c83028
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/topics/coroutines-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ In order to use coroutines as well as follow the examples in this guide, you nee
* [Guide to UI programming with coroutines](https://github.com/Kotlin/kotlinx.coroutines/blob/master/ui/coroutines-guide-ui.md)
* [Coroutines design document (KEEP)](https://github.com/Kotlin/KEEP/blob/master/proposals/coroutines.md)
* [Full kotlinx.coroutines API reference](https://kotlin.github.io/kotlinx.coroutines)
* [Best practices for coroutines in Android](https://developer.android.com/kotlin/coroutines/coroutines-best-practices)
* [Additional Android resources for Kotlin coroutines and flow](https://developer.android.com/kotlin/coroutines/additional-resources)

0 comments on commit 4c83028

Please sign in to comment.