-
Notifications
You must be signed in to change notification settings - Fork 615
Migrate all tests to kotlin, remove groovy plugin from buildSrc. #1532
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
Conversation
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (98cebade) is created by Prow via merging commits: 9d75839 1d179a3. |
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (98cebade) is created by Prow via merging commits: 9d75839 1d179a3. |
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.
Impressive!
/retest |
/retest |
@vkryachko If I may ask, what's the reason for this change? (besides the fact that Kotlin is more pleasant to read and write 😉) |
hey @rosariopfernandes , this work is an intermediate step towards Kotlin in buildSrc. The motivation is
So our goal is to end up with code in Kotlin, for that we had to remove the groovy plugin as it causes issues when the kotlin plugin is enabled(at least in the version of gradle we are currently stuck with). So now that groovy is gone, we can start writing concise(like we did in groovy) and type-safe(like we did in Java) code :) |
@vkryachko Thanks for the detailed explanation :) |
* Migrate all tests to kotlin, remove groovy plugin from buildSrc. * Remove unused deps.
No description provided.