Skip to content

Commit

Permalink
~leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
qwwdfsad committed May 23, 2022
1 parent a1f064e commit f0260ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions kotlinx-coroutines-core/README.md
Expand Up @@ -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.

<!--- MODULE kotlinx-coroutines-core -->
<!--- INDEX kotlinx.coroutines -->

Expand Down
3 changes: 1 addition & 2 deletions kotlinx-coroutines-core/build.gradle
Expand Up @@ -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
Expand Down

0 comments on commit f0260ba

Please sign in to comment.