woot/settings.gradle.kts
2024-02-18 21:36:29 +01:00

18 lines
No EOL
324 B
Text

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