tangem-app-android-audited/domain/card/build.gradle.kts
2023-05-17 16:08:06 +03:00

12 lines
No EOL
284 B
Kotlin

plugins {
alias(deps.plugins.kotlin.jvm)
id("configuration")
}
dependencies {
implementation(project(":domain:core"))
// TODO: Remove after new card scan result was implemented
implementation(project(":domain:models"))
implementation(deps.tangem.card.core)
}