Updated on 2026-08-14

This commit is contained in:
Tangem 2023-04-19 18:48:28 +03:00
parent 9b852c9452
commit c3d8722f57
6 changed files with 51 additions and 0 deletions

View file

@ -0,0 +1,10 @@
plugins {
alias(deps.plugins.kotlin.jvm)
id("configuration")
}
dependencies {
api(deps.kotlin.coroutines)
api(deps.arrow.core)
api(deps.arrow.fx)
}