Skip to content

Commit

Permalink
Exclude kotlin and kotlinx from runtime deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed May 27, 2024
1 parent 46f5882 commit 51334cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ subprojects {
runtimeLib(it) {
exclude(module = "opus-java")
exclude(group = "org.slf4j")
exclude(group = "org.jetbrains.kotlin")
exclude(group = "kotlinx")
}
shadowBotDep(it) {
// opus-java is for audio, which this bot doesn't need
Expand Down

0 comments on commit 51334cd

Please sign in to comment.