Skip to content

Commit f0260ba

Browse files
committed
~leftovers
1 parent a1f064e commit f0260ba

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

kotlinx-coroutines-core/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ Select expression to perform multiple suspending operations simultaneously until
8383

8484
Low-level primitives for finer-grained control of coroutines.
8585

86-
# Package kotlinx.coroutines.test
87-
88-
Obsolete and deprecated module to test coroutines. Replaced with `kotlinx-coroutines-test` module.
89-
9086
<!--- MODULE kotlinx-coroutines-core -->
9187
<!--- INDEX kotlinx.coroutines -->
9288

kotlinx-coroutines-core/build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,7 @@ tasks.jvmLincheckTest {
274274
}
275275

276276
def commonKoverExcludes =
277-
["kotlinx.coroutines.test.*", // Deprecated package for removal
278-
"kotlinx.coroutines.debug.*", // Tested by debug module
277+
["kotlinx.coroutines.debug.*", // Tested by debug module
279278
"kotlinx.coroutines.channels.ChannelsKt__DeprecatedKt.*", // Deprecated
280279
"kotlinx.coroutines.scheduling.LimitingDispatcher", // Deprecated
281280
"kotlinx.coroutines.scheduling.ExperimentalCoroutineDispatcher" // Deprecated

0 commit comments

Comments
 (0)