diff --git a/website/versioned_docs/version-0.72/_integration-with-existing-apps-kotlin.md b/website/versioned_docs/version-0.72/_integration-with-existing-apps-kotlin.md index 5183eab9e69..c2c7e68081e 100644 --- a/website/versioned_docs/version-0.72/_integration-with-existing-apps-kotlin.md +++ b/website/versioned_docs/version-0.72/_integration-with-existing-apps-kotlin.md @@ -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: