- 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"
推薦閱讀
- Mastering Entity Framework Core 2.0
- Deploying Node.js
- Docker進階與實戰
- Java Web基礎與實例教程(第2版·微課版)
- Android Application Development Cookbook(Second Edition)
- 軟件測試項目實戰之性能測試篇
- NumPy Essentials
- Java Web程序設計
- 秒懂設計模式
- SQL Server 2016數據庫應用與開發
- Apache Kafka Quick Start Guide
- Unity UI Cookbook
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- Vue.js應用測試
- 精通MySQL 8(視頻教學版)