Files
IAEngine/Tools/Platform/Android/AndroidProject/settings.gradle.kts
Isuru Samarathunga 9d85e3d822 Init
2025-11-01 00:11:13 +05:30

24 lines
531 B
Plaintext

pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "IAEGame"
include(":app")