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