Add minimal Ktor server

This commit is contained in:
Fabian Wolter
2026-06-09 15:23:14 +00:00
commit fcdf91ea89
89 changed files with 773 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
}
}
rootProject.name = "tactical-server"