1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
pluginManagement { repositories { google() gradlePluginPortal() } plugins { id("com.android.application") version '7.4.2' } } dependencyResolutionManagement { repositories { google() mavenCentral() } } include ':app'