Skip to content

Commit d68928f

Browse files
qwwdfsadpablobaxter
authored andcommitted
Update binary compatibility validator to 0.11.0 (Kotlin#3362)
1 parent 4f3f98f commit d68928f

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rxjava2_version=2.2.8
2222
rxjava3_version=3.0.2
2323
javafx_version=11.0.2
2424
javafx_plugin_version=0.0.8
25-
binary_compatibility_validator_version=0.10.0
25+
binary_compatibility_validator_version=0.11.0
2626
kover_version=0.5.0
2727
blockhound_version=1.0.2.RELEASE
2828
jna_version=5.9.0

kotlinx-coroutines-core/api/kotlinx-coroutines-core.api

+4
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,10 @@ public final class kotlinx/coroutines/DelayKt {
287287
public 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+
290294
public final class kotlinx/coroutines/Dispatchers {
291295
public static final field INSTANCE Lkotlinx/coroutines/Dispatchers;
292296
public static final fun getDefault ()Lkotlinx/coroutines/CoroutineDispatcher;

reactive/kotlinx-coroutines-reactive/api/kotlinx-coroutines-reactive.api

+1
Original file line numberDiff line numberDiff 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

2021
public abstract interface class kotlinx/coroutines/reactive/ContextInjector {

0 commit comments

Comments
 (0)