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 5a95e61 commit e115e95Copy full SHA for e115e95
build.gradle
@@ -35,7 +35,7 @@ repositories {
35
36
dependencies {
37
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
38
- implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1'
+ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2'
39
testImplementation 'junit:junit:4.13.2'
40
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
41
}
0 commit comments