tangem-app-android-audited/domain/promo/build.gradle.kts
2024-12-27 13:18:26 +05:00

12 lines
No EOL
268 B
Kotlin

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