Music_Player/settings.gradle.kts
litingting d76003abef init
2024-09-11 14:07:32 +08:00

18 lines
328 B
Plaintext

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