pluginManagement { repositories { gradlePluginPortal() google() mavenCentral() } plugins { id("com.android.application") version "7.1.3" id("com.android.library") version "7.1.3" } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() } } rootProject.name = "LSPlant" include( ":lsplant", ":test", )