forked from Olympic/NTO-2025-Client-Android-backend
8 lines
117 B
Kotlin
Executable File
8 lines
117 B
Kotlin
Executable File
rootProject.name = "ktor-sample"
|
|
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
}
|