Mobile-PIBD-31-Batylkina_A.O/settings.gradle.kts

18 lines
330 B
Plaintext
Raw Normal View History

2023-10-03 09:38:17 +04:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "FlowerShop"
include(":app")