Skip to content

Commit

Permalink
Merge pull request #38 from newrelic/remove_suspends
Browse files Browse the repository at this point in the history
Remove suspends
  • Loading branch information
dhilpipre authored Oct 21, 2024
2 parents 1b6f5ae + 7f71ba2 commit 33fcc22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ include 'Kotlin-Coroutines_1.5'
include 'Kotlin-Coroutines_1.7'
include 'Kotlin-Coroutines_1.9'
include 'kroto-plus-coroutines'
include 'Kotlin-Coroutines-Suspends'

0 comments on commit 33fcc22

Please sign in to comment.