Files
NTO-backend/settings.gradle.kts
2025-10-20 10:44:54 +03:00

8 lines
117 B
Kotlin
Executable File

rootProject.name = "ktor-sample"
dependencyResolutionManagement {
repositories {
mavenCentral()
}
}