We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d5d75 commit 79e604fCopy full SHA for 79e604f
plugin/build.gradle.kts
@@ -6,11 +6,11 @@ plugins {
6
val moduleName = "plugin"
7
8
dependencies {
9
+ implementation(project(":common"))
10
+ implementation(project(":lldevs"))
11
compileOnly("dev.arbjerg.lavalink:plugin-api:3.7.11")
12
compileOnly("dev.arbjerg.lavalink:Lavalink-Server:3.7.11")
13
compileOnly("dev.arbjerg:lavaplayer-ext-youtube-rotator:1.5.3")
- compileOnly(project(":common"))
- compileOnly(project(":lldevs"))
14
}
15
16
java {
0 commit comments