File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ subprojects {
2121 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.0-RC" )
2222 implementation(" com.charleskorn.kaml:kaml-jvm:0.56.0" )
2323 implementation(" org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2" )
24- implementation(" ch.qos.logback:logback-classic:1.4.14" )
2524 implementation(" net.dv8tion:JDA:5.0.0-beta.18" )
2625
26+ implementation(kotlin(" reflect" ))
2727 testImplementation(kotlin(" test" ))
2828 }
2929
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ val development = if (parseBoolean(findProperty("development")!! as String)) {
1313
1414dependencies {
1515 implementation(project(path = " :mcb-api" , configuration = " shadow" ))
16+
17+ implementation(" ch.qos.logback:logback-classic:1.4.14" )
1618}
1719
1820tasks {
You can’t perform that action at this time.
0 commit comments