tangem-app-android-audited/domain/tokens/build.gradle.kts
2023-07-12 19:48:11 +03:00

13 lines
No EOL
305 B
Kotlin

plugins {
alias(deps.plugins.kotlin.jvm)
id("configuration")
}
dependencies {
implementation(projects.domain.core)
implementation(projects.domain.wallets.models)
implementation(projects.core.utils)
testImplementation(deps.test.junit)
testImplementation(deps.test.coroutine)
}