13 lines
No EOL
294 B
Kotlin
13 lines
No EOL
294 B
Kotlin
plugins {
|
|
alias(deps.plugins.kotlin.jvm)
|
|
alias(deps.plugins.kotlin.serialization)
|
|
id("configuration")
|
|
}
|
|
|
|
dependencies {
|
|
api(projects.domain.tokens.models)
|
|
implementation(projects.domain.core)
|
|
|
|
implementation(deps.kotlin.serialization)
|
|
implementation(deps.jodatime)
|
|
} |