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