-
-
Notifications
You must be signed in to change notification settings - Fork 113
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 @JvmStatic annotation to Kotlin builders #771
Conversation
@@ -51,4 +52,4 @@ Please follow the steps below in order to make the changes: | |||
mvn clean install | |||
``` | |||
|
|||
10. Make sure that `example` projects are compiling and running. | |||
11. Make sure that `example` projects are compiling and running. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do you do this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
install library and plugin and then compile example
A Scala test is failing in the sonar build and locally for me, which doesn't make sense because nothing I changed should affect Scala code. |
When can this get merged? |
Co-authored-by: Kyle <kbrooks@github.com>
Description
Related to #767
Adds @JvmStatic to the Kotlin builders so that they can be "backwards-compatible" with Java generated code.
CONTRIBUTING.md changed to mention Java 8 due to issue introduced in #741
Changes were made to: