11 lines
181 B
Kotlin
11 lines
181 B
Kotlin
dependencyResolutionManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
maven("https://jitpack.io")
|
|
}
|
|
}
|
|
|
|
rootProject.name = "Saikou"
|
|
include(":app")
|