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 d8b58b4 commit 5215e25Copy full SHA for 5215e25
android/build.gradle.kts
@@ -97,11 +97,11 @@ publishing {
97
}
98
99
dependencies {
100
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
101
testImplementation("junit:junit:4.13.2")
102
testImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")
103
- testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
104
- testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.7.3")
+ testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2")
+ testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.10.1")
105
106
107
signing {
0 commit comments