diff --git a/kotlinx-coroutines-core/README.md b/kotlinx-coroutines-core/README.md index c06cd358ad..38a112e89d 100644 --- a/kotlinx-coroutines-core/README.md +++ b/kotlinx-coroutines-core/README.md @@ -83,10 +83,6 @@ Select expression to perform multiple suspending operations simultaneously until Low-level primitives for finer-grained control of coroutines. -# Package kotlinx.coroutines.test - -Obsolete and deprecated module to test coroutines. Replaced with `kotlinx-coroutines-test` module. - diff --git a/kotlinx-coroutines-core/build.gradle b/kotlinx-coroutines-core/build.gradle index 78d2af14b2..9791b445bf 100644 --- a/kotlinx-coroutines-core/build.gradle +++ b/kotlinx-coroutines-core/build.gradle @@ -274,8 +274,7 @@ tasks.jvmLincheckTest { } def commonKoverExcludes = - ["kotlinx.coroutines.test.*", // Deprecated package for removal - "kotlinx.coroutines.debug.*", // Tested by debug module + ["kotlinx.coroutines.debug.*", // Tested by debug module "kotlinx.coroutines.channels.ChannelsKt__DeprecatedKt.*", // Deprecated "kotlinx.coroutines.scheduling.LimitingDispatcher", // Deprecated "kotlinx.coroutines.scheduling.ExperimentalCoroutineDispatcher" // Deprecated