1
1
mirror of https://github.com/Pygmalion69/OpenTopoMapViewer.git synced 2025-10-05 15:52:55 +02:00
Files
OpenTopoMapViewer/settings.gradle.kts
2025-09-07 13:25:16 +02:00

10 lines
132 B
Plaintext

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
include(":app")