Replies: 1 comment
-
You can remove the swift related modules from the settings file. Please, though, we would appreciate if you could ask this kind of questions on StackOverflow in the future. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Team, I was able to parse the .proto file and make changes using ProtoFileElement and generate a new proto file. The problem here is I would like to have my own kind of indentation implementation for it. I have tried to clone it and am trying to make changes to
toSchema()
functions for the services and typeelements.However when I am building the project by
./gradlew clean build
. I am running into thisMy changes are only on
wire-schema
. How would I go forward? TIAP.S I don't have xcode on my machine. I am hoping I won't require that in order to make changes to
wire-schema
.Beta Was this translation helpful? Give feedback.
All reactions