There was an error while loading. Please reload this page.
1 parent 1b2646b commit b2530e7Copy full SHA for b2530e7
1 file changed
platform/bungeecord/build.gradle.kts
@@ -9,7 +9,7 @@ dependencies {
9
implementation(rootProject.libs.kotlin.reflect)
10
implementation(rootProject.libs.kotlin.coroutines)
11
compileOnly(rootProject.libs.bungeecord)
12
- compileOnly(project(":platform:shared"))
+ implementation(project(":platform:shared"))
13
api(rootProject.libs.simplecloud.controller) {
14
exclude(group = "org.jetbrains.kotlin")
15
exclude(group = "org.jetbrains.kotlinx")
0 commit comments