refactor(core): MP-25 Move User and AuthToken to core-domain

This commit is contained in:
2025-12-06 22:48:02 +01:00
parent afd109efcc
commit a8d99b5168
9 changed files with 68 additions and 24 deletions
+1
View File
@@ -46,6 +46,7 @@ kotlin {
api(projects.core.coreUtils)
api(projects.core.coreDomain)
api(project(":frontend:core:domain"))
// Kotlinx core dependencies (coroutines, serialization, datetime)
implementation(libs.bundles.kotlinx.core)