Recount-Mobile-App/settings.gradle.kts

18 lines
326 B
Text
Raw Permalink Normal View History

2023-12-17 20:07:29 -08:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Recount"
include(":app")