From a308efad2f1dbc6c66b3d2b03836266ec2196fed Mon Sep 17 00:00:00 2001 From: StefanMoCoAt Date: Thu, 14 Aug 2025 21:24:38 +0200 Subject: [PATCH] refactoring(infra-auth) --- client/desktop-app/README-DESKTOP-APP-BUILD-OPTIMIZATIONS.md | 4 ++-- infrastructure/auth/README-INFRA-AUTH.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/desktop-app/README-DESKTOP-APP-BUILD-OPTIMIZATIONS.md b/client/desktop-app/README-DESKTOP-APP-BUILD-OPTIMIZATIONS.md index 04b7494c..23195a9a 100644 --- a/client/desktop-app/README-DESKTOP-APP-BUILD-OPTIMIZATIONS.md +++ b/client/desktop-app/README-DESKTOP-APP-BUILD-OPTIMIZATIONS.md @@ -8,7 +8,7 @@ Das **client/desktop-app/build.gradle.kts** wurde am 14. August 2025 analysiert, ### 1. Plugin-Konfiguration Modernisierung **Vorher:** -```kotlin +```kotlin; plugins { kotlin("multiplatform") id("org.jetbrains.compose") @@ -17,7 +17,7 @@ plugins { ``` **Nachher:** -```kotlin +```kotlin; import org.jetbrains.compose.desktop.application.dsl.TargetFormat plugins { diff --git a/infrastructure/auth/README-INFRA-AUTH.md b/infrastructure/auth/README-INFRA-AUTH.md index 52a660c7..ebc97c20 100644 --- a/infrastructure/auth/README-INFRA-AUTH.md +++ b/infrastructure/auth/README-INFRA-AUTH.md @@ -218,7 +218,7 @@ Das Auth-Modul wurde von **kritisch untergetestet** auf **umfassend getestet** t ## Dependencies-Übersicht ### Auth-Client Dependencies -```kotlin +```kotlin; ├── platform-bom (Version Management) ├── platform-dependencies (Common Dependencies) ├── core-utils (Domain Objects) @@ -230,7 +230,7 @@ Das Auth-Modul wurde von **kritisch untergetestet** auf **umfassend getestet** t ``` ### Auth-Server Dependencies -```kotlin +```kotlin; ├── platform-bom (Version Management) ├── platform-dependencies (Common Dependencies) ├── auth-client (Client Logic)