2022-12-11 03:16:33 -05:00
|
|
|
pluginManagement {
|
|
|
|
|
repositories {
|
|
|
|
|
gradlePluginPortal()
|
|
|
|
|
google()
|
|
|
|
|
mavenCentral()
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-09-16 23:49:22 -04:00
|
|
|
|
|
|
|
|
@Suppress("UnstableApiUsage")
|
2022-12-11 03:16:33 -05:00
|
|
|
dependencyResolutionManagement {
|
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
|
repositories {
|
|
|
|
|
google()
|
|
|
|
|
mavenCentral()
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-09-16 23:49:22 -04:00
|
|
|
|
|
|
|
|
include(":app")
|
2023-09-18 15:49:57 -04:00
|
|
|
include(":benchmark")
|