refactor: centralize domain models into core.model module
This commit is contained in:
@@ -42,6 +42,7 @@ kotlin {
|
||||
// Core modules
|
||||
implementation(projects.core.coroutines)
|
||||
implementation(projects.core.logging)
|
||||
implementation(projects.core.model)
|
||||
|
||||
// Coroutines
|
||||
implementation(libs.kotlinx.coroutinesCore)
|
||||
|
||||
Reference in New Issue
Block a user