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 a2893df commit 5f80a26Copy full SHA for 5f80a26
grpc/grpc-ktor-server/gradle.properties
@@ -3,3 +3,18 @@
3
#
4
5
kotlinx.rpc.exclude.wasmWasi=true
6
+kotlinx.rpc.exclude.iosArm64=true
7
+kotlinx.rpc.exclude.iosX64=true
8
+kotlinx.rpc.exclude.iosSimulatorArm64=true
9
+kotlinx.rpc.exclude.linuxArm64=true
10
+kotlinx.rpc.exclude.linuxX64=true
11
+kotlinx.rpc.exclude.macosX64=true
12
+kotlinx.rpc.exclude.mingwX64=true
13
+kotlinx.rpc.exclude.tvosArm64=true
14
+kotlinx.rpc.exclude.tvosSimulatorArm64=true
15
+kotlinx.rpc.exclude.tvosX64=true
16
+kotlinx.rpc.exclude.watchosArm32=true
17
+kotlinx.rpc.exclude.watchosArm64=true
18
+kotlinx.rpc.exclude.watchosDeviceArm64=true
19
+kotlinx.rpc.exclude.watchosSimulatorArm64=true
20
+kotlinx.rpc.exclude.watchosX64=true
0 commit comments