12 lines
No EOL
268 B
Kotlin
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)
|
|
} |