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.
This commit is contained in:
2024-10-26 14:25:55 +02:00
parent 3dbaef2266
commit 850f5dad8e
7 changed files with 29 additions and 13 deletions

View File

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