Updated on 2026-08-14
This commit is contained in:
parent
80d4eeaed9
commit
375afeea12
8 changed files with 78 additions and 0 deletions
14
core/error/build.gradle.kts
Normal file
14
core/error/build.gradle.kts
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
plugins {
|
||||
alias(deps.plugins.android.library)
|
||||
alias(deps.plugins.kotlin.android)
|
||||
id("configuration")
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "com.tangem.core.error"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(tangemDeps.card.core)
|
||||
implementation(tangemDeps.blockchain)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue