AR_Drawing_com.ar.drawing/settings.gradle.kts
2025-02-13 11:58:42 +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")