2023-03-06 01:01:37 -06:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
gradlePluginPortal()
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
}
|
2023-04-18 23:53:59 -05:00
|
|
|
|
|
|
|
@Suppress("UnstableApiUsage")
|
2023-03-06 01:01:37 -06:00
|
|
|
dependencyResolutionManagement {
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
repositories {
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
}
|
2023-04-18 23:53:59 -05:00
|
|
|
|
|
|
|
include(":app")
|