7 lines
102 B
Kotlin
7 lines
102 B
Kotlin
plugins {
|
|
id("cloud.base-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(projects.cloudCore)
|
|
}
|