tangem-app-android-audited/domain/promo/build.gradle.kts
2025-04-28 19:16:17 +03:00

13 lines
No EOL
313 B
Kotlin

plugins {
alias(deps.plugins.kotlin.jvm)
id("configuration")
}
dependencies {
implementation(projects.domain.promo.models)
implementation(projects.domain.wallets.models)
implementation(projects.domain.settings)
implementation(deps.kotlin.coroutines)
implementation(deps.arrow.core)
}