Updated on 2026-08-14
This commit is contained in:
parent
79f79d1c34
commit
82b7c5afc6
16 changed files with 347 additions and 288 deletions
|
|
@ -10,15 +10,17 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
/** Domain */
|
||||
implementation(projects.domain.models)
|
||||
implementation(projects.domain.express.models)
|
||||
implementation(projects.domain.tokens.models)
|
||||
|
||||
/** Core */
|
||||
implementation(projects.core.datasource)
|
||||
// region Other libraries
|
||||
api(deps.jodatime)
|
||||
// endregion
|
||||
|
||||
/** Other */
|
||||
implementation(deps.jodatime)
|
||||
implementation(deps.moshi)
|
||||
// region Core modules
|
||||
api(projects.core.datasource)
|
||||
// endregion
|
||||
|
||||
// region Domain models
|
||||
api(projects.domain.express.models)
|
||||
api(projects.domain.models)
|
||||
// endregion
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue