fixing Frontend Problem

This commit is contained in:
2025-10-08 16:00:51 +02:00
parent 81086634f6
commit e34a444373
7 changed files with 129 additions and 21 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ kotlin {
commonMain.dependencies {
// Core dependencies (that aren't included in platform-dependencies)
api(projects.core.coreUtils)
api(projects.core.coreDomain)
// Note: core-domain should NOT depend on core-utils to avoid circular dependencies
// core-utils depends on core-domain, not the other way around
// Serialization and date-time for commonMain
api(libs.kotlinx.serialization.json)