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 0510294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions kotlinx-coroutines-core/README.md
Expand Up @@ -83,11 +83,7 @@ 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 -->
!--- MODULE kotlinx-coroutines-core -->
<!--- INDEX kotlinx.coroutines -->

[kotlinx.coroutines.launch]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/launch.html
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 0510294

Please sign in to comment.