Skip to content

Commit

Permalink
temporary removal of Kotlin-Coroutines-Suspends due to errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilpipre committed Oct 21, 2024
1 parent 54fd45a commit 7f71ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kotlin-Coroutines_1.7/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jar {
}

verifyInstrumentation {
passes 'org.jetbrains.kotlinx:kotlinx-coroutines-core:[1.7.0,)]'
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)'
excludeRegex '.*SNAPSHOT'
excludeRegex '.*alpha'
excludeRegex '.*-eap-.*'
Expand Down

0 comments on commit 7f71ba2

Please sign in to comment.