AndroidDev_Zacharchenko_PIb.../settings.gradle.kts

19 lines
334 B
Plaintext
Raw Permalink Normal View History

2023-09-28 10:10:49 +04:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
2023-12-19 22:54:15 +04:00
2023-09-28 10:10:49 +04:00
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "My Application"
include(":app")