You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"WARNING: The 'hermesV1Enabled' property is no longer needed. Hermes V1 is now always enabled. You can safely remove this property from your gradle.properties."
71
+
)
72
+
} else {
73
+
project.logger.warn(
74
+
"WARNING: Opting out of Hermes V1 is no longer supported. The 'hermesV1Enabled=false' property will be ignored. Hermes V1 is now always enabled. Please remove this property from your gradle.properties."
75
+
)
76
+
}
60
77
}
61
78
62
79
// App Only Configuration
@@ -75,8 +92,7 @@ class ReactPlugin : Plugin<Project> {
Copy file name to clipboardExpand all lines: packages/gradle-plugin/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/internal/PrivateReactExtension.kt
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ import javax.inject.Inject
11
11
importorg.gradle.api.Project
12
12
importorg.gradle.api.file.DirectoryProperty
13
13
importorg.gradle.api.provider.ListProperty
14
-
importorg.gradle.api.provider.Property
15
14
16
15
/**
17
16
* A private extension we set on the rootProject to make easier to share values at execution time
Copy file name to clipboardExpand all lines: packages/gradle-plugin/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/utils/DependencyUtils.kt
Copy file name to clipboardExpand all lines: packages/gradle-plugin/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/utils/ProjectUtils.kt
Copy file name to clipboardExpand all lines: packages/gradle-plugin/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/utils/PropertyUtils.kt
0 commit comments