1
0
NTO-2024-Client/settings.gradle.kts

18 lines
323 B
Plaintext
Raw Permalink Normal View History

2024-03-10 03:00:31 +07:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Work"
include(":app")