We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a687b21 commit f1b58e5Copy full SHA for f1b58e5
krpc/krpc-core/src/commonMain/kotlin/kotlinx/rpc/krpc/KrpcConfig.kt
@@ -157,6 +157,9 @@ public sealed interface KrpcConfig {
157
*/
158
public val serialFormatInitializer: KrpcSerialFormatBuilder<*, *>
159
160
+ /**
161
+ * @see KrpcConfigBuilder.connector
162
+ */
163
public val connector: Connector
164
165
@Deprecated("Use connector instead", level = DeprecationLevel.ERROR)
0 commit comments