PMU_Rogashova/settings.gradle.kts

18 lines
334 B
Plaintext
Raw Permalink Normal View History

2023-12-23 02:21:34 +04:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "My Application"
include(":app")