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 130c614 commit 40c0c3eCopy full SHA for 40c0c3e
Kotlin-Coroutines_1.7/build.gradle
@@ -24,8 +24,8 @@ jar {
24
}
25
26
verifyInstrumentation {
27
- passes 'org.jetbrains.kotlinx:kotlinx-coroutines-core:[1.7.0,)]'
28
- passes 'org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:[1.7.0,)'
+ passes 'org.jetbrains.kotlinx:kotlinx-coroutines-core:[1.7.0,1.9.0)]'
+ passes 'org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:[1.7.0,1.9.0)'
29
excludeRegex '.*SNAPSHOT'
30
excludeRegex '.*alpha'
31
excludeRegex '.*-eap-.*'
0 commit comments