Skip to content

Commit 79e604f

Browse files
committed
:common and :lldevs should be implementation
1 parent c0d5d75 commit 79e604f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ plugins {
66
val moduleName = "plugin"
77

88
dependencies {
9+
implementation(project(":common"))
10+
implementation(project(":lldevs"))
911
compileOnly("dev.arbjerg.lavalink:plugin-api:3.7.11")
1012
compileOnly("dev.arbjerg.lavalink:Lavalink-Server:3.7.11")
1113
compileOnly("dev.arbjerg:lavaplayer-ext-youtube-rotator:1.5.3")
12-
compileOnly(project(":common"))
13-
compileOnly(project(":lldevs"))
1414
}
1515

1616
java {

0 commit comments

Comments
 (0)