zanbur/settings.gradle.kts

16 lines
226 B
Kotlin
Raw Normal View History

2024-07-25 23:27:14 +02:00
pluginManagement {
repositories {
google ()
2024-11-19 18:44:16 +01:00
mavenCentral ()
gradlePluginPortal ()
2024-07-25 23:27:14 +02:00
}
}
dependencyResolutionManagement {
repositories {
2024-11-19 18:44:16 +01:00
google ()
mavenCentral ()
2024-07-25 23:27:14 +02:00
}
}
2024-11-19 18:44:16 +01:00
rootProject . name = "Zanbur"
include (":app")