File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,6 @@ Select expression to perform multiple suspending operations simultaneously until
83
83
84
84
Low-level primitives for finer-grained control of coroutines.
85
85
86
- # Package kotlinx.coroutines.test
87
-
88
- Obsolete and deprecated module to test coroutines. Replaced with ` kotlinx-coroutines-test ` module.
89
-
90
86
<!-- - MODULE kotlinx-coroutines-core -->
91
87
<!-- - INDEX kotlinx.coroutines -->
92
88
Original file line number Diff line number Diff line change @@ -274,8 +274,7 @@ tasks.jvmLincheckTest {
274
274
}
275
275
276
276
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
279
278
" kotlinx.coroutines.channels.ChannelsKt__DeprecatedKt.*" , // Deprecated
280
279
" kotlinx.coroutines.scheduling.LimitingDispatcher" , // Deprecated
281
280
" kotlinx.coroutines.scheduling.ExperimentalCoroutineDispatcher" // Deprecated
You can’t perform that action at this time.
0 commit comments