Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit c845f27

Browse files
committed
added support for 1.7
1 parent 2e68dd5 commit c845f27

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Kotlin-Coroutines_1.4/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ jar {
2222
}
2323

2424
verifyInstrumentation {
25-
passes 'org.jetbrains.kotlinx:kotlinx-coroutines-core:[1.4.0,)'
26-
passes 'org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:[1.4.0,)'
25+
passes 'org.jetbrains.kotlinx:kotlinx-coroutines-core:[1.4.0,1.7.0)'
26+
passes 'org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:[1.4.0,1.7.0)'
2727
excludeRegex '.*SNAPSHOT'
2828
excludeRegex '.*alpha'
2929
excludeRegex '.*-eap-.*'
3030
excludeRegex '.*-native-.*'
3131
excludeRegex '.*-M[0-9]'
3232
excludeRegex '.*-rc'
33+
excludeRegex '.*-RC'
34+
excludeRegex '.*-Beta'
3335
}

0 commit comments

Comments
 (0)