monorepo/kifu/kifu-droid/settings.gradle

17 lines
327 B
Groovy
Raw Normal View History

2023-03-26 03:37:06 +00:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Kifu Droid"
include ':app'