July 2018
Intermediate to advanced
242 pages
8h 6m
English
The first step to start working with Kotlin Coroutines is to add a core framework dependency to the project:
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.23.3'
The preceding code declares the kotlinx-coroutines-core dependency in a Gradle build script, which is used in the sample project (https://github.com/PacktPublishing/Kotlin-Standard-Library-Cookbook).
Read now
Unlock full access