Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-22 13:40:23 +04:00
parent 780241736c
commit 3ffffa73ec

View file

@ -267,8 +267,8 @@ dependencies {
debugImplementation(projects.features.kyc.impl)
internalImplementation(projects.features.kyc.impl)
mockedImplementation(projects.features.kyc.impl)
releaseImplementation(projects.features.kyc.mock)
externalImplementation(projects.features.kyc.mock)
releaseImplementation(projects.features.kyc.impl)
externalImplementation(projects.features.kyc.impl)
implementation(projects.features.welcome.api)
implementation(projects.features.welcome.impl)
implementation(projects.features.createWalletSelection.api)