(fix) Swagger/OpenAPI-Dokumentation implementieren

This commit is contained in:
2025-06-30 23:38:48 +02:00
parent e2432510af
commit d40bfaac48
23 changed files with 1364 additions and 256 deletions
+2
View File
@@ -1,5 +1,7 @@
// root/build.gradle.kts
plugins {
// Apply base plugin to provide lifecycle tasks like assemble, build, clean
base
// Dies ist notwendig, um zu verhindern, dass die Plugins mehrfach geladen werden
// im Classloader jedes Subprojekts
alias(libs.plugins.kotlin.multiplatform) apply false