tangem-app-android-audited/libs/visa/build.gradle.kts
2024-02-07 16:37:03 +04:00

17 lines
No EOL
366 B
Kotlin

plugins {
alias(deps.plugins.kotlin.jvm)
id("configuration")
}
dependencies {
/** Project */
implementation(projects.core.utils)
/** Libs - Other */
implementation(deps.web3j.core)
implementation(deps.kotlin.coroutines)
implementation(deps.arrow.fx)
implementation(deps.jodatime)
implementation(deps.okHttp.prettyLogging)
}