Updated on 2026-08-14
This commit is contained in:
parent
b8898092fb
commit
696c958901
15 changed files with 152 additions and 160 deletions
|
|
@ -10,17 +10,22 @@ android {
|
|||
namespace = "com.tangem.feature.rating.impl"
|
||||
}
|
||||
dependencies {
|
||||
implementation(projects.features.rating.api)
|
||||
api(projects.features.rating.api)
|
||||
|
||||
implementation(projects.core.decompose)
|
||||
implementation(projects.core.res)
|
||||
implementation(projects.core.ui)
|
||||
implementation(projects.core.utils)
|
||||
api(projects.core.decompose)
|
||||
api(projects.core.ui)
|
||||
api(projects.core.utils)
|
||||
|
||||
implementation(deps.compose.foundation)
|
||||
api(deps.compose.foundation)
|
||||
implementation(deps.compose.material3)
|
||||
implementation(deps.compose.ui)
|
||||
|
||||
implementation(deps.androidx.appCompat)
|
||||
implementation(deps.decompose)
|
||||
implementation(deps.kotlin.coroutines)
|
||||
implementation(deps.lifecycle.compose)
|
||||
implementation(deps.lifecycle.runtime.ktx)
|
||||
|
||||
implementation(deps.hilt.android)
|
||||
kapt(deps.hilt.kapt)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue