AR_Drawing_com.ar.photo.dra.../settings.gradle.kts
2025-02-13 11:51:02 +08:00

23 lines
335 B
Plaintext

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "AR Drawing"
include(":app")