File tree 3 files changed +6
-1
lines changed
kotlinx-coroutines-core/api
reactive/kotlinx-coroutines-reactive/api
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
22
22
rxjava3_version =3.0.2
23
23
javafx_version =11.0.2
24
24
javafx_plugin_version =0.0.8
25
- binary_compatibility_validator_version =0.10 .0
25
+ binary_compatibility_validator_version =0.11 .0
26
26
kover_version =0.5.0
27
27
blockhound_version =1.0.2.RELEASE
28
28
jna_version =5.9.0
Original file line number Diff line number Diff line change @@ -287,6 +287,10 @@ public final class kotlinx/coroutines/DelayKt {
287
287
public abstract interface annotation class kotlinx/coroutines/DelicateCoroutinesApi : java/lang/annotation/Annotation {
288
288
}
289
289
290
+ public final class kotlinx/coroutines/DispatchedTaskKt {
291
+ public static final field MODE_CANCELLABLE I
292
+ }
293
+
290
294
public final class kotlinx/coroutines/Dispatchers {
291
295
public static final field INSTANCE Lkotlinx/coroutines/Dispatchers;
292
296
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 {
15
15
public static final synthetic fun openSubscription (Lorg/reactivestreams/Publisher;I)Lkotlinx/coroutines/channels/ReceiveChannel;
16
16
public static synthetic fun openSubscription$default (Lorg/reactivestreams/Publisher;IILjava/lang/Object;)Lkotlinx/coroutines/channels/ReceiveChannel;
17
17
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;
18
19
}
19
20
20
21
public abstract interface class kotlinx/coroutines/reactive/ContextInjector {
You can’t perform that action at this time.
0 commit comments