diff --git a/krpc/krpc-ktor/krpc-ktor-client/api/krpc-ktor-client.api b/krpc/krpc-ktor/krpc-ktor-client/api/krpc-ktor-client.api index 7e995458..2cc3957b 100644 --- a/krpc/krpc-ktor/krpc-ktor-client/api/krpc-ktor-client.api +++ b/krpc/krpc-ktor/krpc-ktor-client/api/krpc-ktor-client.api @@ -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 { diff --git a/krpc/krpc-ktor/krpc-ktor-server/api/krpc-ktor-server.api b/krpc/krpc-ktor/krpc-ktor-server/api/krpc-ktor-server.api index 07178a27..7ed6450b 100644 --- a/krpc/krpc-ktor/krpc-ktor-server/api/krpc-ktor-server.api +++ b/krpc/krpc-ktor/krpc-ktor-server/api/krpc-ktor-server.api @@ -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 {