chore(build, docs): Gradle auf 9.5.0 und Kotlin auf 2.3.21 aktualisiert

Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
This commit is contained in:
2026-05-09 10:19:59 +02:00
parent 74ef6424b7
commit 280db663c7
25 changed files with 109 additions and 109 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
# === FRONTEND & KMP CORE ===
# ==============================================================================
# Kotlin & Tooling
kotlin = "2.3.20"
kotlin = "2.3.21"
ksp = "2.3.4"
# KotlinX (Core Libraries)
@@ -16,7 +16,7 @@ kotlinx-serialization-json = "1.9.0"
kotlinx-datetime = "0.7.1"
# UI: Compose Multiplatform
# Aligned with Kotlin 2.3.20
# Aligned with Kotlin 2.3.21
composeMultiplatform = "1.10.3"
composeHotReload = "1.0.0"
materialIconsExtended = "1.7.3"
+1 -1
View File
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME