PIbd-32_Ismailov_R.I._Mobile/settings.gradle.kts

18 lines
333 B
Plaintext
Raw Normal View History

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