8 lines
125 B
Kotlin
8 lines
125 B
Kotlin
plugins {
|
|
alias(libs.plugins.architecture.domain.module)
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":core:domain"))
|
|
}
|