16 lines
226 B
Kotlin
16 lines
226 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
google ()
|
|
mavenCentral ()
|
|
gradlePluginPortal ()
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
google ()
|
|
mavenCentral ()
|
|
}
|
|
}
|
|
|
|
rootProject . name = "Zanbur"
|
|
include (":app")
|