Skip to content

Commit 566246e

Browse files
committed
apiDump for deprecated
1 parent 800aa35 commit 566246e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

krpc/krpc-ktor/krpc-ktor-client/api/krpc-ktor-client.api

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
public final class kotlinx/rpc/krpc/ktor/client/KrpcKt {
22
public static final fun getKrpc ()Lio/ktor/client/plugins/api/ClientPlugin;
3+
public static final fun getRPC ()Lio/ktor/client/plugins/api/ClientPlugin;
34
public static final fun installKrpc (Lio/ktor/client/HttpClientConfig;Lkotlin/jvm/functions/Function1;)V
45
public static synthetic fun installKrpc$default (Lio/ktor/client/HttpClientConfig;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)V
6+
public static final fun installRPC (Lio/ktor/client/HttpClientConfig;Lkotlin/jvm/functions/Function1;)V
7+
public static synthetic fun installRPC$default (Lio/ktor/client/HttpClientConfig;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)V
58
}
69

710
public final class kotlinx/rpc/krpc/ktor/client/KtorClientDslKt {

krpc/krpc-ktor/krpc-ktor-server/api/krpc-ktor-server.api

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
public final class kotlinx/rpc/krpc/ktor/server/KrpcKt {
22
public static final fun getKrpc ()Lio/ktor/server/application/ApplicationPlugin;
3+
public static final fun getRPC ()Lio/ktor/server/application/ApplicationPlugin;
34
}
45

56
public final class kotlinx/rpc/krpc/ktor/server/KrpcRoute : io/ktor/server/websocket/DefaultWebSocketServerSession {

0 commit comments

Comments
 (0)