Euphoria_Board/settings.gradle.kts
litingting 77ae2d96ea init
2026-01-16 15:23:32 +08:00

21 lines
371 B
Plaintext

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven("https://jitpack.io")
}
}
rootProject.name = "EuphoriaBoard"
include(":app")