Initial commit

This commit is contained in:
2025-10-20 10:44:54 +03:00
commit 8ccb1b60f2
15 changed files with 568 additions and 0 deletions

7
settings.gradle.kts Executable file
View File

@@ -0,0 +1,7 @@
rootProject.name = "ktor-sample"
dependencyResolutionManagement {
repositories {
mavenCentral()
}
}