14 lines
No EOL
271 B
Kotlin
14 lines
No EOL
271 B
Kotlin
plugins {
|
|
alias(deps.plugins.kotlin.jvm)
|
|
id("configuration")
|
|
}
|
|
|
|
dependencies {
|
|
// region Tangem libraries
|
|
implementation(deps.tangem.card.core)
|
|
// endregion
|
|
|
|
// region Domain modules
|
|
implementation(project(":domain:models"))
|
|
// endregion
|
|
} |