Updated on 2026-08-14
This commit is contained in:
parent
b483293b23
commit
925eb4342a
13 changed files with 232 additions and 0 deletions
11
domain/news/build.gradle.kts
Normal file
11
domain/news/build.gradle.kts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
plugins {
|
||||
alias(deps.plugins.kotlin.jvm)
|
||||
alias(deps.plugins.kotlin.serialization)
|
||||
id("configuration")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(projects.domain.core)
|
||||
api(projects.domain.models)
|
||||
implementation(deps.kotlin.serialization)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue