zanbur/settings.gradle.kts
Reinout Meliesie eebb3a589d
Reformat to use more standard Android code style
Follows stock Android Studio styles for Kotlin and XML except that we
use an indent of two and allow up to three consecutive empty lines.
2026-01-22 19:29:45 +01:00

16 lines
232 B
Kotlin

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Zanbur"
include(":app")