Updated on 2026-08-14
This commit is contained in:
commit
8a1b7f8e82
3 changed files with 8 additions and 5 deletions
|
|
@ -222,8 +222,9 @@ dependencies {
|
|||
implementation(projects.features.usedesk.impl)
|
||||
implementation(projects.features.hotWallet.api)
|
||||
implementation(projects.features.hotWallet.impl)
|
||||
implementation(projects.features.kyc.api)
|
||||
implementation(projects.features.kyc.impl)
|
||||
//TODO disable for release because of the permissions
|
||||
// implementation(projects.features.kyc.api)
|
||||
// implementation(projects.features.kyc.impl)
|
||||
implementation(projects.features.welcome.api)
|
||||
implementation(projects.features.welcome.impl)
|
||||
implementation(projects.features.createWalletSelection.api)
|
||||
|
|
|
|||
|
|
@ -13,7 +13,8 @@ android {
|
|||
|
||||
dependencies {
|
||||
/** Api */
|
||||
implementation(projects.features.kyc.api)
|
||||
//TODO disable for release because of the permissions
|
||||
// implementation(projects.features.kyc.api)
|
||||
|
||||
/** Domain */
|
||||
implementation(projects.domain.visa)
|
||||
|
|
|
|||
|
|
@ -249,8 +249,9 @@ include(":features:walletconnect:impl")
|
|||
include(":features:hot-wallet:api")
|
||||
include(":features:hot-wallet:impl")
|
||||
|
||||
include(":features:kyc:api")
|
||||
include(":features:kyc:impl")
|
||||
//TODO disable for release because of the permissions
|
||||
// include(":features:kyc:api")
|
||||
// include(":features:kyc:impl")
|
||||
|
||||
include(":features:create-wallet-selection:api")
|
||||
include(":features:create-wallet-selection:impl")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue