Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-21 13:02:50 +05:00
parent be5786260a
commit ce878fdbe2
20 changed files with 240 additions and 1 deletions

View file

@ -0,0 +1,18 @@
plugins {
alias(deps.plugins.android.library)
alias(deps.plugins.kotlin.android)
id("configuration")
}
android {
namespace = "com.tangem.features.tangempay.details.api"
}
dependencies {
/** Core */
implementation(projects.core.decompose)
implementation(projects.core.ui)
/** Compose */
implementation(deps.compose.runtime)
}