Browse Source

Add reflection support to plugin (#1835)

Sami Suteria 1 year ago
parent
commit
7af20e26d4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Sources/protoc-gen-grpc-swift/Docs.docc/spm-plugin.md

+ 2 - 1
Sources/protoc-gen-grpc-swift/Docs.docc/spm-plugin.md

@@ -81,7 +81,8 @@ Sources
             ],
             "visibility": "public",
             "client": false,
-            "keepMethodCasing": false
+            "keepMethodCasing": false,
+            "reflectionData": true
         }
     ]
 }