refactor(build): enable Wasm by default and refactor modules for improved KMP compatibility
Enabled Wasm target across all relevant modules and removed conditional enablement logic. Refactored `core:core-utils` to move JVM-specific code to a new `backend:infrastructure:persistence` module for strict KMP compliance. Updated dependencies, adjusted Gradle configurations, and resolved circular dependencies.
This commit is contained in:
@@ -52,6 +52,9 @@ include(":backend:infrastructure:messaging:messaging-config")
|
||||
include(":backend:infrastructure:monitoring:monitoring-client")
|
||||
include(":backend:infrastructure:monitoring:monitoring-server")
|
||||
|
||||
// --- PERSISTENCE ---
|
||||
include(":backend:infrastructure:persistence")
|
||||
|
||||
// === BACKEND - SERVICES ===
|
||||
// --- ENTRIES (Nennungen) ---
|
||||
include(":backend:services:entries:entries-api")
|
||||
|
||||
Reference in New Issue
Block a user