Camioneros_Unidos/settings.gradle.kts

18 lines
334 B
Plaintext
Raw Permalink Normal View History

2024-03-09 17:49:31 +00:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "pantallaCompra"
include(":app")