Updated on 2026-08-14
This commit is contained in:
parent
9b852c9452
commit
c3d8722f57
6 changed files with 51 additions and 0 deletions
10
domain/core/build.gradle.kts
Normal file
10
domain/core/build.gradle.kts
Normal 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)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue