Updated on 2026-08-14

This commit is contained in:
Tangem 2023-04-03 08:00:01 +03:00
parent f0d95b079a
commit ce360d9c2b
7 changed files with 58 additions and 1 deletions

View file

@ -24,6 +24,7 @@ dependencies {
implementation(project(":libs:auth"))
/** Features */
implementation(project(":features:onboarding"))
implementation(project(":features:referral:presentation"))
implementation(project(":features:referral:domain"))
implementation(project(":features:referral:data"))