Updated on 2026-08-14
This commit is contained in:
parent
2561a7eef6
commit
e95243ab79
28 changed files with 422 additions and 112 deletions
|
|
@ -20,6 +20,13 @@ dependencies {
|
|||
implementation(projects.common.routing)
|
||||
implementation(projects.features.usedesk.api)
|
||||
|
||||
/** Core */
|
||||
implementation(projects.core.datasource)
|
||||
implementation(projects.core.analytics)
|
||||
|
||||
/** Domain */
|
||||
implementation(projects.domain.feedback)
|
||||
|
||||
/** DI */
|
||||
implementation(deps.hilt.android)
|
||||
kapt(deps.hilt.kapt)
|
||||
|
|
@ -29,8 +36,8 @@ dependencies {
|
|||
implementation(deps.compose.ui)
|
||||
|
||||
/** Usedesk */
|
||||
implementation(deps.usedesk.chat.sdk)
|
||||
implementation(deps.usedesk.chat.gui)
|
||||
implementation(tangemDeps.usedesk.chat.sdk)
|
||||
implementation(tangemDeps.usedesk.chat.gui)
|
||||
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue