mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-02-01 19:25:04 +01:00
10 lines
182 B
Kotlin
10 lines
182 B
Kotlin
dependencyResolutionManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
maven("https://jitpack.io")
|
|
}
|
|
}
|
|
rootProject.name = "dantotsu"
|
|
include(":app")
|