Skip to content

Commit 33fcc22

Browse files
authored
Merge pull request #38 from newrelic/remove_suspends
Remove suspends
2 parents 1b6f5ae + 7f71ba2 commit 33fcc22

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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-.*'

settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ include 'Kotlin-Coroutines_1.5'
77
include 'Kotlin-Coroutines_1.7'
88
include 'Kotlin-Coroutines_1.9'
99
include 'kroto-plus-coroutines'
10-
include 'Kotlin-Coroutines-Suspends'

0 commit comments

Comments
 (0)