Updated on 2026-08-14
This commit is contained in:
parent
717b8e2df2
commit
c5211efa73
15 changed files with 195 additions and 1 deletions
12
domain/express/models/build.gradle.kts
Normal file
12
domain/express/models/build.gradle.kts
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
plugins {
|
||||
alias(deps.plugins.kotlin.jvm)
|
||||
id("configuration")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
/** Domain */
|
||||
implementation(projects.domain.tokens.models)
|
||||
|
||||
/* Other */
|
||||
implementation(deps.moshi.adapters)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue