10 lines
No EOL
165 B
Kotlin
10 lines
No EOL
165 B
Kotlin
plugins {
|
|
alias(deps.plugins.kotlin.jvm)
|
|
id("configuration")
|
|
}
|
|
dependencies {
|
|
|
|
// region Domain models
|
|
api(projects.domain.models)
|
|
// endregion
|
|
} |