We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28618df commit e43be83Copy full SHA for e43be83
packages/create-react-native-library/templates/native-common/android/build.gradle
@@ -178,7 +178,6 @@ dependencies {
178
implementation "com.facebook.react:react-native:+"
179
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
180
<% if (project.nitro) { -%>
181
- // Add a dependency on NitroModules
182
implementation project(":react-native-nitro-modules")
183
<% } -%>
184
}
0 commit comments