- Learning Concurrency in Kotlin
- Miguel Angel Castiblanco Torres
- 32字
- 2021-08-05 10:46:49
Adding the dependency
Now that we know which library we need, we will simply add it to our gradle file for the module, below the dependency for coroutines.
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
推薦閱讀
- Python科學計算(第2版)
- Kubernetes實戰
- Delphi程序設計基礎:教程、實驗、習題
- 精通搜索分析
- C語言程序設計
- Raspberry Pi 2 Server Essentials
- CouchDB and PHP Web Development Beginner’s Guide
- CKA/CKAD應試教程:從Docker到Kubernetes完全攻略
- TypeScript 2.x By Example
- Data Science Algorithms in a Week
- 3ds Max 2018從入門到精通
- Splunk Developer's Guide(Second Edition)
- Isomorphic JavaScript Web Development
- JavaScript程序設計基礎教程(慕課版)
- ServiceDesk Plus 8.x Essentials