ArDrawingSpace_com.draw.pai.../settings.gradle.kts
2026-01-04 17:47:43 +08:00

19 lines
337 B
Plaintext

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