tangem-app-android-audited/domain/core/build.gradle.kts
2023-04-25 12:22:43 +03:00

10 lines
No EOL
168 B
Kotlin

plugins {
alias(deps.plugins.kotlin.jvm)
id("configuration")
}
dependencies {
api(deps.kotlin.coroutines)
api(deps.arrow.core)
api(deps.arrow.fx)
}