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

19 lines
365 B
Text
Raw Normal View History

2023-11-04 13:47:07 +00:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven(url = "https://jitpack.io")
2023-11-04 13:47:07 +00:00
}
}
rootProject.name = "TwoM"
include(":app")