9 lines
161 B
Kotlin
9 lines
161 B
Kotlin
plugins {
|
|
id("cloud.base-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(projects.cloudCore)
|
|
api(libs.adventureApi)
|
|
api(libs.adventureTextSerializerPlain)
|
|
}
|