Skip to content

Commit 40c0c3e

Browse files
committed
fixed verify interval
1 parent 130c614 commit 40c0c3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Kotlin-Coroutines_1.7/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jar {
2424
}
2525

2626
verifyInstrumentation {
27-
passes 'org.jetbrains.kotlinx:kotlinx-coroutines-core:[1.7.0,)]'
28-
passes 'org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:[1.7.0,)'
27+
passes 'org.jetbrains.kotlinx:kotlinx-coroutines-core:[1.7.0,1.9.0)]'
28+
passes 'org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:[1.7.0,1.9.0)'
2929
excludeRegex '.*SNAPSHOT'
3030
excludeRegex '.*alpha'
3131
excludeRegex '.*-eap-.*'

0 commit comments

Comments
 (0)