2026-04-29 16:31:04 +03:30
|
|
|
pluginManagement {
|
|
|
|
|
repositories {
|
|
|
|
|
google {
|
|
|
|
|
content {
|
|
|
|
|
includeGroupByRegex("com\\.android.*")
|
|
|
|
|
includeGroupByRegex("com\\.google.*")
|
|
|
|
|
includeGroupByRegex("androidx.*")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
mavenCentral()
|
|
|
|
|
gradlePluginPortal()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
plugins {
|
|
|
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
|
|
|
|
|
}
|
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
|
repositories {
|
|
|
|
|
google()
|
|
|
|
|
mavenCentral()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
rootProject.name = "PSP"
|
|
|
|
|
include(":app")
|
2026-05-06 23:33:56 +03:30
|
|
|
include(":tis_app")
|
2026-04-29 16:31:04 +03:30
|
|
|
include(":ps4")
|
|
|
|
|
include(":core")
|
|
|
|
|
include(":design_system")
|
2026-05-06 23:33:56 +03:30
|
|
|
include(":stage_app")
|
2026-06-16 00:18:45 +03:30
|
|
|
|
|
|
|
|
// P3 Parent and children
|
|
|
|
|
include(":p3")
|
|
|
|
|
include(":p3:p3_pardakht_novin")
|
|
|
|
|
include(":p3:p3_sepehr")
|
|
|
|
|
include(":pardakht_novin_app")
|