7 lines
93 B
Kotlin
7 lines
93 B
Kotlin
plugins {
|
|
id("cloud.kotlin-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(projects.cloudCore)
|
|
}
|