Skip to content

Conversation

@cortinico
Copy link
Contributor

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

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner labels Dec 7, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51890226

cortinico added a commit to cortinico/react-native that referenced this pull request Dec 7, 2023
…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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51890226

cortinico added a commit to cortinico/react-native that referenced this pull request Dec 8, 2023
…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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51890226

cortinico added a commit to cortinico/react-native that referenced this pull request Dec 8, 2023
…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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51890226

cortinico added a commit to cortinico/react-native that referenced this pull request Dec 11, 2023
…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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51890226

cortinico added a commit to cortinico/react-native that referenced this pull request Dec 11, 2023
…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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51890226

cortinico added a commit to cortinico/react-native that referenced this pull request Dec 11, 2023
…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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51890226

@analysis-bot
Copy link

analysis-bot commented Dec 11, 2023

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 16,520,642 +8
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 19,891,309 +2
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: 3ed4bf9
Branch: main

cortinico added a commit to cortinico/react-native that referenced this pull request Dec 12, 2023
…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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51890226

cortinico added a commit to cortinico/react-native that referenced this pull request Dec 12, 2023
…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
@facebook-github-bot
Copy link
Contributor

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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51890226

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Dec 12, 2023
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 1c77919.

Othinn pushed a commit to Othinn/react-native that referenced this pull request Jan 9, 2024
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants