fixing UUID-Importe im Projekt auf Kotlin natives Format aktualisieren

This commit is contained in:
2025-10-07 16:00:09 +02:00
parent 245584ee82
commit 022ee000be
24 changed files with 66 additions and 52 deletions
@@ -1,8 +1,9 @@
@file:OptIn(kotlin.uuid.ExperimentalUuidApi::class)
package at.mocode.infrastructure.auth.client
import at.mocode.infrastructure.auth.client.model.BerechtigungE
import com.benasher44.uuid.Uuid
import java.time.LocalDateTime
import kotlin.uuid.Uuid
/**
* Service für Benutzerauthentifizierung und Passwortverwaltung.