8 lines
109 B
Kotlin
8 lines
109 B
Kotlin
rootProject.name = "f10"
|
|
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
}
|