Skip to content

Commit e43be83

Browse files
committed
feat: remove unnecessary comment
1 parent 28618df commit e43be83

File tree

1 file changed

+0
-1
lines changed
  • packages/create-react-native-library/templates/native-common/android

1 file changed

+0
-1
lines changed

packages/create-react-native-library/templates/native-common/android/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ dependencies {
178178
implementation "com.facebook.react:react-native:+"
179179
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
180180
<% if (project.nitro) { -%>
181-
// Add a dependency on NitroModules
182181
implementation project(":react-native-nitro-modules")
183182
<% } -%>
184183
}

0 commit comments

Comments
 (0)