Skip to content

Commit e3e6661

Browse files
committed
fix js compilation
1 parent 742282f commit e3e6661

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/src/jsMain/kotlin/kotlinx/rpc/internal/internalServiceDescriptorOf.js.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
/*
2-
* Copyright 2023-2024 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
2+
* Copyright 2023-2025 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
33
*/
44

55
@file:Suppress("detekt.MatchingDeclarationName")
66

77
package kotlinx.rpc.internal
88

9+
import js.array.component1
10+
import js.array.component2
911
import js.objects.Object
1012
import kotlinx.rpc.annotations.Rpc
1113
import kotlinx.rpc.descriptor.RpcServiceDescriptor

0 commit comments

Comments
 (0)