Skip to content

Commit 5f80a26

Browse files
committed
Added exclude props to grpc-ktor-server
1 parent a2893df commit 5f80a26

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

grpc/grpc-ktor-server/gradle.properties

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,18 @@
33
#
44

55
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

Comments
 (0)