File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
kotlinx-coroutines-core/api
reactive/kotlinx-coroutines-reactive/api Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ rxjava2_version=2.2.8
2222rxjava3_version =3.0.2
2323javafx_version =11.0.2
2424javafx_plugin_version =0.0.8
25- binary_compatibility_validator_version =0.10 .0
25+ binary_compatibility_validator_version =0.11 .0
2626kover_version =0.5.0
2727blockhound_version =1.0.2.RELEASE
2828jna_version =5.9.0
Original file line number Diff line number Diff line change @@ -287,6 +287,10 @@ public final class kotlinx/coroutines/DelayKt {
287287public abstract interface annotation class kotlinx/coroutines/DelicateCoroutinesApi : java/lang/annotation/Annotation {
288288}
289289
290+ public final class kotlinx/coroutines/DispatchedTaskKt {
291+ public static final field MODE_CANCELLABLE I
292+ }
293+
290294public final class kotlinx/coroutines/Dispatchers {
291295 public static final field INSTANCE Lkotlinx/coroutines/Dispatchers;
292296 public static final fun getDefault ()Lkotlinx/coroutines/CoroutineDispatcher;
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ public final class kotlinx/coroutines/reactive/ChannelKt {
1515 public static final synthetic fun openSubscription (Lorg/reactivestreams/Publisher;I)Lkotlinx/coroutines/channels/ReceiveChannel;
1616 public static synthetic fun openSubscription$default (Lorg/reactivestreams/Publisher;IILjava/lang/Object;)Lkotlinx/coroutines/channels/ReceiveChannel;
1717 public static final fun toChannel (Lorg/reactivestreams/Publisher;I)Lkotlinx/coroutines/channels/ReceiveChannel;
18+ public static synthetic fun toChannel$default (Lorg/reactivestreams/Publisher;IILjava/lang/Object;)Lkotlinx/coroutines/channels/ReceiveChannel;
1819}
1920
2021public abstract interface class kotlinx/coroutines/reactive/ContextInjector {
You can’t perform that action at this time.
0 commit comments