Updated on 2026-08-14
This commit is contained in:
parent
8f639cbc60
commit
c215778788
16 changed files with 230 additions and 88 deletions
|
|
@ -1,8 +1,14 @@
|
|||
plugins {
|
||||
alias(deps.plugins.kotlin.jvm)
|
||||
alias(deps.plugins.android.library)
|
||||
alias(deps.plugins.kotlin.android)
|
||||
id("kotlin-parcelize")
|
||||
id("configuration")
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "com.tangem.domain.tokens.model"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(projects.domain.txhistory.models)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue