38758-vm/android-yumee-panels/settings.gradle.kts
Flatlogic Bot cde29a9feb Uptime
2026-02-25 06:46:57 +00:00

17 lines
330 B
Plaintext

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