refactor: centralize domain models into core.model module
This commit is contained in:
@@ -62,6 +62,7 @@ kotlin {
|
||||
implementation(projects.core.audioplayer)
|
||||
implementation(projects.core.coroutines)
|
||||
implementation(projects.core.logging)
|
||||
implementation(projects.core.model)
|
||||
|
||||
// Data modules
|
||||
implementation(projects.data.subtitle)
|
||||
|
||||
Reference in New Issue
Block a user