refactoring(infra-auth)
This commit is contained in:
@@ -8,7 +8,7 @@ Das **client/desktop-app/build.gradle.kts** wurde am 14. August 2025 analysiert,
|
|||||||
|
|
||||||
### 1. Plugin-Konfiguration Modernisierung
|
### 1. Plugin-Konfiguration Modernisierung
|
||||||
**Vorher:**
|
**Vorher:**
|
||||||
```kotlin
|
```kotlin;
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("multiplatform")
|
kotlin("multiplatform")
|
||||||
id("org.jetbrains.compose")
|
id("org.jetbrains.compose")
|
||||||
@@ -17,7 +17,7 @@ plugins {
|
|||||||
```
|
```
|
||||||
|
|
||||||
**Nachher:**
|
**Nachher:**
|
||||||
```kotlin
|
```kotlin;
|
||||||
import org.jetbrains.compose.desktop.application.dsl.TargetFormat
|
import org.jetbrains.compose.desktop.application.dsl.TargetFormat
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
|
|||||||
@@ -218,7 +218,7 @@ Das Auth-Modul wurde von **kritisch untergetestet** auf **umfassend getestet** t
|
|||||||
## Dependencies-Übersicht
|
## Dependencies-Übersicht
|
||||||
|
|
||||||
### Auth-Client Dependencies
|
### Auth-Client Dependencies
|
||||||
```kotlin
|
```kotlin;
|
||||||
├── platform-bom (Version Management)
|
├── platform-bom (Version Management)
|
||||||
├── platform-dependencies (Common Dependencies)
|
├── platform-dependencies (Common Dependencies)
|
||||||
├── core-utils (Domain Objects)
|
├── core-utils (Domain Objects)
|
||||||
@@ -230,7 +230,7 @@ Das Auth-Modul wurde von **kritisch untergetestet** auf **umfassend getestet** t
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Auth-Server Dependencies
|
### Auth-Server Dependencies
|
||||||
```kotlin
|
```kotlin;
|
||||||
├── platform-bom (Version Management)
|
├── platform-bom (Version Management)
|
||||||
├── platform-dependencies (Common Dependencies)
|
├── platform-dependencies (Common Dependencies)
|
||||||
├── auth-client (Client Logic)
|
├── auth-client (Client Logic)
|
||||||
|
|||||||
Reference in New Issue
Block a user