4 lines
123 B
Kotlin
4 lines
123 B
Kotlin
dependencies {
|
|
api(projects.cloudCore)
|
|
compileOnly("org.cloudburstmc", "cloudburst-server", Versions.cloudburst)
|
|
}
|