1
Fork 0
mirror of https://github.com/Steffo99/twom.git synced 2024-10-16 06:27:32 +00:00
pm-2024-steffo-twom/settings.gradle.kts

18 lines
365 B
Text

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