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 742282f commit e3e6661Copy full SHA for e3e6661
core/src/jsMain/kotlin/kotlinx/rpc/internal/internalServiceDescriptorOf.js.kt
@@ -1,11 +1,13 @@
1
/*
2
- * Copyright 2023-2024 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
+ * Copyright 2023-2025 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
3
*/
4
5
@file:Suppress("detekt.MatchingDeclarationName")
6
7
package kotlinx.rpc.internal
8
9
+import js.array.component1
10
+import js.array.component2
11
import js.objects.Object
12
import kotlinx.rpc.annotations.Rpc
13
import kotlinx.rpc.descriptor.RpcServiceDescriptor
0 commit comments