Skip to content

Commit

Permalink
apiDump for deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr3zee committed Nov 21, 2024
1 parent 800aa35 commit 566246e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions krpc/krpc-ktor/krpc-ktor-client/api/krpc-ktor-client.api
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
public final class kotlinx/rpc/krpc/ktor/client/KrpcKt {
public static final fun getKrpc ()Lio/ktor/client/plugins/api/ClientPlugin;
public static final fun getRPC ()Lio/ktor/client/plugins/api/ClientPlugin;
public static final fun installKrpc (Lio/ktor/client/HttpClientConfig;Lkotlin/jvm/functions/Function1;)V
public static synthetic fun installKrpc$default (Lio/ktor/client/HttpClientConfig;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)V
public static final fun installRPC (Lio/ktor/client/HttpClientConfig;Lkotlin/jvm/functions/Function1;)V
public static synthetic fun installRPC$default (Lio/ktor/client/HttpClientConfig;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)V
}

public final class kotlinx/rpc/krpc/ktor/client/KtorClientDslKt {
Expand Down
1 change: 1 addition & 0 deletions krpc/krpc-ktor/krpc-ktor-server/api/krpc-ktor-server.api
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
public final class kotlinx/rpc/krpc/ktor/server/KrpcKt {
public static final fun getKrpc ()Lio/ktor/server/application/ApplicationPlugin;
public static final fun getRPC ()Lio/ktor/server/application/ApplicationPlugin;
}

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

0 comments on commit 566246e

Please sign in to comment.