swatchbeatclock/settings.gradle.kts

18 lines
337 B
Text
Raw Permalink Normal View History

2024-01-27 18:53:36 +01:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Swatch .beat clock"
include(":app")