Skip to content

Commit

Permalink
update: links to android resources added to references (#2898)
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-pavlov committed Aug 26, 2021
1 parent b5679ab commit d281a7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/topics/coroutines-guide.md
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 d281a7c

Please sign in to comment.