Updated on 2026-08-14
This commit is contained in:
parent
fc8fa8ff8d
commit
bcc957e249
34 changed files with 898 additions and 6 deletions
10
domain/wallet-connect/models/build.gradle.kts
Normal file
10
domain/wallet-connect/models/build.gradle.kts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
plugins {
|
||||
alias(deps.plugins.kotlin.jvm)
|
||||
id("configuration")
|
||||
}
|
||||
dependencies {
|
||||
|
||||
/* Domain */
|
||||
implementation(projects.domain.wallets.models)
|
||||
implementation(projects.domain.tokens.models)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue