fixing web-app

This commit is contained in:
stefan
2025-09-23 14:57:02 +02:00
parent 5f974500ac
commit 14d6a95e3a
22 changed files with 289 additions and 230 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
// Es enthält nur Interfaces (z.B. `CacheService`) und Datenmodelle,
// aber keine konkrete Implementierung.
plugins {
alias(libs.plugins.kotlin.jvm)
alias(libs.plugins.kotlinJvm)
}
java {