Updated on 2026-08-14

This commit is contained in:
Tangem 2025-03-26 20:19:23 +07:00
parent 86cd2e3e53
commit cbe8cb0b3c

View file

@ -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)