We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd73aa commit c711606Copy full SHA for c711606
android/build.gradle.kts
@@ -96,10 +96,10 @@ publishing {
96
}
97
98
dependencies {
99
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
100
testImplementation("junit:junit:4.13.2")
101
testImplementation("org.mockito.kotlin:mockito-kotlin:5.1.0")
102
- testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
+ testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1")
103
104
105
signing {
0 commit comments