Skip to content

Commit

Permalink
Update _integration-with-existing-apps-kotlin.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylqm authored Jul 7, 2023
1 parent f6b7c64 commit c4e447c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ React Native uses the React Native Gradle Plugin to configure your dependencies
First, let's edit your `settings.gradle` file by adding this line:

```groovy
includeBuild('../node_modules/react-native-gradle-plugin')
includeBuild('../node_modules/@react-native/gradle-plugin')
```

Then you need to open your top level `build.gradle` and include this line:
Expand Down

0 comments on commit c4e447c

Please sign in to comment.