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