-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Prepare Groovy scripts for Kotlin DSL migration #23355
Conversation
|
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.
@mdvacca is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@dulmandakh merged commit 8ccc55f into |
Summary
Using Kotlin DSL in Gradle instead of Groovy will help detect problems early on using static typing, and it has advanced IDE support. This PR prepares Groovy script for Kotlin DSL migration per Migrating build logic from Groovy to Kotlin guide. Here is the excerpt:
See: https://guides.gradle.org/migrating-build-logic-from-groovy-to-kotlin/
Changelog
[Android] [Changed] - Prepare Gradle scripts for Kotlin DSL migration
Test Plan
CI is green