Updated on 2026-08-14
This commit is contained in:
parent
e239275ca8
commit
6d7042f24c
14 changed files with 3748 additions and 1 deletions
17
libs/visa/build.gradle.kts
Normal file
17
libs/visa/build.gradle.kts
Normal 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)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue