8 lines
125 B
Kotlin
8 lines
125 B
Kotlin
plugins {
|
|
id("cloud.base-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(projects.cloudCore)
|
|
implementation(libs.javacord)
|
|
}
|