mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

Entire pr generated with [ktlint](https://github.com/pinterest/ktlint) --format. First step before enabling linting as part of presubmit for kotlin changes.
8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|