Files
brainwave/settings.gradle.kts
T

20 lines
406 B
Kotlin

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
// Repository code name only. This is not the formal product name (TBD-001).
rootProject.name = "brainwave"
include(":app")