Initial commit

This commit is contained in:
2024-12-01 10:41:38 +00:00
commit bf9d72a20c
22 changed files with 748 additions and 0 deletions

5
settings.gradle.kts Normal file
View File

@@ -0,0 +1,5 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
}
val REPO_NAME = "template"
rootProject.name = "kotlin-server-web-undertow"