Answers for "coroutine dependency android"

4

coroutine dependency

def coroutines_version = "1.4.2"
    implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version"
    implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
Posted by: Guest on May-10-2021
3

coroutines kotlin android dependency

dependencies {
    implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'
}
Posted by: Guest on June-15-2020
2

coroutines kotlin android dependency

implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.7'
Posted by: Guest on June-15-2020

Browse Popular Code Answers by Language