/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ pluginManagement { repositories { gradlePluginPortal() google() } } include( ":ReactAndroid", ":packages:react-native-codegen:android", ":packages:rn-tester:android:app" ) // Include this to enable codegen Gradle plugin. includeBuild("packages/react-native-gradle-plugin/") // Include this to build the Android template as well and make sure is not broken. if (File("template/node_modules/").exists()) { includeBuild("template/android/") { name = "template-android" } }