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.
2 parents 1b6f5ae + 7f71ba2 commit 33fcc22Copy full SHA for 33fcc22
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-.*'
settings.gradle
@@ -7,4 +7,3 @@ include 'Kotlin-Coroutines_1.5'
7
include 'Kotlin-Coroutines_1.7'
8
include 'Kotlin-Coroutines_1.9'
9
include 'kroto-plus-coroutines'
10
-include 'Kotlin-Coroutines-Suspends'
0 commit comments