-
Notifications
You must be signed in to change notification settings - Fork 25k
Convert ReactAndroid/hermes-engine/build.gradle to Kotlin DSL #41830
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
|
This pull request was exported from Phabricator. Differential Revision: D51890226 |
642213e to
3b89e2d
Compare
…ok#41830) Summary: Moving another Gradle file from Groovy to Kotlin DSL Changelog: [Internal] [Changed] - Convert ReactAndroid/hermes-engine/build.gradle to Kotlin DSL Reviewed By: dmytrorykun Differential Revision: D51890226
|
This pull request was exported from Phabricator. Differential Revision: D51890226 |
3b89e2d to
baf0def
Compare
…ok#41830) Summary: Moving another Gradle file from Groovy to Kotlin DSL Changelog: [Internal] [Changed] - Convert ReactAndroid/hermes-engine/build.gradle to Kotlin DSL Reviewed By: dmytrorykun Differential Revision: D51890226
|
This pull request was exported from Phabricator. Differential Revision: D51890226 |
baf0def to
25d31f3
Compare
…ok#41830) Summary: Moving another Gradle file from Groovy to Kotlin DSL Changelog: [Internal] [Changed] - Convert ReactAndroid/hermes-engine/build.gradle to Kotlin DSL Reviewed By: dmytrorykun Differential Revision: D51890226
|
This pull request was exported from Phabricator. Differential Revision: D51890226 |
25d31f3 to
c8b89cd
Compare
…ok#41830) Summary: Moving another Gradle file from Groovy to Kotlin DSL Changelog: [Internal] [Changed] - Convert ReactAndroid/hermes-engine/build.gradle to Kotlin DSL Reviewed By: dmytrorykun Differential Revision: D51890226
|
This pull request was exported from Phabricator. Differential Revision: D51890226 |
c8b89cd to
99358c6
Compare
…ok#41830) Summary: Moving another Gradle file from Groovy to Kotlin DSL Changelog: [Internal] [Changed] - Convert ReactAndroid/hermes-engine/build.gradle to Kotlin DSL Reviewed By: dmytrorykun Differential Revision: D51890226
|
This pull request was exported from Phabricator. Differential Revision: D51890226 |
99358c6 to
230b987
Compare
…ok#41830) Summary: Moving another Gradle file from Groovy to Kotlin DSL Changelog: [Internal] [Changed] - Convert ReactAndroid/hermes-engine/build.gradle to Kotlin DSL Reviewed By: dmytrorykun Differential Revision: D51890226
|
This pull request was exported from Phabricator. Differential Revision: D51890226 |
Base commit: 3ed4bf9 |
230b987 to
5f80203
Compare
…ok#41830) Summary: Moving another Gradle file from Groovy to Kotlin DSL Changelog: [Internal] [Changed] - Convert ReactAndroid/hermes-engine/build.gradle to Kotlin DSL Reviewed By: dmytrorykun Differential Revision: D51890226
|
This pull request was exported from Phabricator. Differential Revision: D51890226 |
5f80203 to
f671b12
Compare
…ok#41830) Summary: Moving another Gradle file from Groovy to Kotlin DSL Changelog: [Internal] [Changed] - Convert ReactAndroid/hermes-engine/build.gradle to Kotlin DSL Reviewed By: dmytrorykun Differential Revision: D51890226
|
This pull request was exported from Phabricator. Differential Revision: D51890226 |
Summary: I'm updating other two `build.gradle` to `build.gradle.kts` files. The only functional change I made was to remove the function to check if major >= 1 and turn on New Architecture. This needs to be moved to RNGP as Kotlin doesn't have dynamic accessors to Object so we can't convert that function. Changelog: [Internal] [Changed] - Convert ReactAndroid and RN-Tester to Kotlin DSL Reviewed By: mdvacca Differential Revision: D51856356
Summary: I'm removing those environment variables as they're legacy and not used anymore: - REACT_NATIVE_SKIP_PREFAB - REACT_NATIVE_HERMES_SKIP_PREFAB Changelog: [Internal] [Changed] - Remove REACT_NATIVE_SKIP_PREFAB as unused Reviewed By: dmytrorykun Differential Revision: D51890227
Summary: I'm removing the `installArchives` task and all the setup to publish the Maven Local inside the NPM package as we're not using this entirely and we won't be able to use it anyway (as the Maven Local is too big to fit an NPM package). Changelog: [Internal] [Changed] - Remove the installArchives task Reviewed By: GijsWeterings Differential Revision: D51890224
Summary: The build is currently firing several build warnings due to the Groovy -> Kotlin migration. I've fixed them all over here. Changelog: [Internal] [Changed] - Resolve several Gradle build warning Reviewed By: mdvacca Differential Revision: D51890225
…ok#41830) Summary: Moving another Gradle file from Groovy to Kotlin DSL Changelog: [Internal] [Changed] - Convert ReactAndroid/hermes-engine/build.gradle to Kotlin DSL Reviewed By: dmytrorykun Differential Revision: D51890226
f671b12 to
892eb8a
Compare
|
This pull request was exported from Phabricator. Differential Revision: D51890226 |
|
This pull request has been merged in 1c77919. |
…ok#41830) Summary: Pull Request resolved: facebook#41830 Moving another Gradle file from Groovy to Kotlin DSL Changelog: [Internal] [Changed] - Convert ReactAndroid/hermes-engine/build.gradle to Kotlin DSL Reviewed By: dmytrorykun Differential Revision: D51890226 fbshipit-source-id: 989c4b1ca053718a9d9e1b45d1230c9729685724
Summary:
Moving another Gradle file from Groovy to Kotlin DSL
Changelog:
[Internal] [Changed] - Convert ReactAndroid/hermes-engine/build.gradle to Kotlin DSL
Reviewed By: dmytrorykun
Differential Revision: D51890226