-
Notifications
You must be signed in to change notification settings - Fork 570
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make all options of KotlinTarget available in the cli as flags.
I am trying to use wire in Bazel to generate protos. I realized that the WireCompiler has limited number of flags that can be configured if I were to subprocess WireCompiler. So it is impossible to generate Kotlin protos with the options I want currently unless I build my own WireCompiler like class which I want to avoid. I just added the rest of the KotlinTarget options as flags where I prefixed them with kotlin_. This is my first time sending a pr to wire. Please let me know if I need to perform any extra actions. Thanks.
- Loading branch information
1 parent
a551023
commit aafa73c
Showing
2 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters