meldestelle/frontend
Stefan Mogeritsch 591f703015 refactor(build): centralize JVM toolchain configuration in root build.gradle.kts
Removed redundant `jvmToolchain(25)` declarations across module build scripts, as the JVM toolchain is now managed centrally. Added comments for clarity.
2026-01-03 12:52:01 +01:00
..
core refactor(build): centralize JVM toolchain configuration in root build.gradle.kts 2026-01-03 12:52:01 +01:00
features refactor(build): centralize JVM toolchain configuration in root build.gradle.kts 2026-01-03 12:52:01 +01:00
shared refactor(build): centralize JVM toolchain configuration in root build.gradle.kts 2026-01-03 12:52:01 +01:00
shells/meldestelle-portal refactor(build): centralize JVM toolchain configuration in root build.gradle.kts 2026-01-03 12:52:01 +01:00
README.md chore(MP-23): network DI client, frontend architecture guards, detekt & ktlint setup, docs, ping DI factory (#21) 2025-11-30 23:14:00 +01:00

Frontend

Kotlin Multiplatform Frontend layer.

  • shells: ausführbare Anwendungen (Assembler)
  • features: Vertical Slices (kein Feature→Feature Import)
  • core: gemeinsame Basis (Design-System, Network, Local-DB, Auth, Domain)