10 lines
118 B
Kotlin
10 lines
118 B
Kotlin
dependencyResolutionManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
google()
|
|
|
|
}
|
|
}
|
|
include(":app")
|
|
|