-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Kotlin code generation #747
Conversation
... but it still fails to parse `QueryPredicate`.
@armiol, @dmdashenkov, it works, but I had to reduce the explicit API level to warnings. There are many of them. And I still don't know how to suppress them in a good way. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #747 +/- ##
=========================================
Coverage 74.67% 74.67%
Complexity 1352 1352
=========================================
Files 198 198
Lines 4786 4786
Branches 360 360
=========================================
Hits 3574 3574
Misses 1085 1085
Partials 127 127 |
Protofuf guys say they've fixed it. |
Rolling back to I'm a bit puzzled, the fix was 26 days ago. 3.21.7 was released 13 days ago. The merge was into |
This PR adds Kotlin code generation for proto types. It also updates
ProtoTaskExtensions.kt
for adding file-wide suppression of deprecations to the generated Kotlin code.The Protobuf version was rolled back because
3.21.7
does not add visibility modifiers to the generated code. See my comments for this PR for the details on the issue.