tangem-app-android-audited/domain/marketing/build.gradle.kts
2026-07-08 16:32:44 +02:00

13 lines
No EOL
265 B
Kotlin

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