Files
kotlin-server-web-empty/settings.gradle.kts
rnentjes 850f5dad8e Update to Kotlin 2.0.21 and revise dependency versions
Upgraded the Kotlin version from 2.0.0-RC1 to 2.0.21 and adjusted various dependencies to their latest versions. Added new Maven repository URLs and updated `.idea` project artifacts to reflect the new versioning and project setup.
2024-10-26 14:25:55 +02:00

6 lines
148 B
Kotlin

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
}
//var REPO_NAME = "template"
rootProject.name = "${REPO_NAME}"