Skip to content

Commit c617ff0

Browse files
committed
feat: remove unnecessary comment
1 parent d0b4ca3 commit c617ff0

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
@@ -174,7 +174,6 @@ dependencies {
174174
implementation "com.facebook.react:react-android"
175175
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
176176
<% if (project.nitro) { -%>
177-
// Add a dependency on NitroModules
178177
implementation project(":react-native-nitro-modules")
179178
<% } -%>
180179
}

0 commit comments

Comments
 (0)