Updated on 2026-08-14

This commit is contained in:
Tangem 2024-02-07 16:37:03 +04:00
parent e239275ca8
commit 6d7042f24c
14 changed files with 3748 additions and 1 deletions

View file

@ -0,0 +1,17 @@
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)
}