Update Kotlin coroutines
This commit is contained in:
@@ -172,7 +172,9 @@ dependencies {
|
||||
testImplementation "junit:junit:4.13.2"
|
||||
|
||||
// https://github.com/Kotlin/kotlinx.coroutines/releases
|
||||
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.1"
|
||||
def coroutines_version = "1.6.1"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
|
||||
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
|
||||
|
||||
// https://github.com/robolectric/robolectric/releases
|
||||
testImplementation "org.robolectric:robolectric:4.8.1"
|
||||
|
||||
Reference in New Issue
Block a user