Updated on 2026-08-14
This commit is contained in:
parent
86cd2e3e53
commit
cbe8cb0b3c
1 changed files with 6 additions and 2 deletions
|
|
@ -27,8 +27,12 @@ dependencies {
|
|||
kapt(deps.hilt.kapt)
|
||||
|
||||
/* Reown - WalletConnect */
|
||||
implementation(deps.reownCore)
|
||||
implementation(deps.reownWeb3)
|
||||
implementation(deps.reownCore) {
|
||||
exclude(group = "app.cash.sqldelight", module = "android-driver")
|
||||
}
|
||||
implementation(deps.reownWeb3) {
|
||||
exclude(group = "app.cash.sqldelight", module = "android-driver")
|
||||
}
|
||||
|
||||
/* Other */
|
||||
implementation(deps.kotlin.coroutines)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue