7 lines
145 B
Kotlin
7 lines
145 B
Kotlin
rootProject.name = "kdf"
|
|
|
|
pluginManagement.repositories {
|
|
maven("https://git.infendro.com/api/packages/Infendro/maven")
|
|
mavenCentral()
|
|
}
|