Skip to content

Commit

Permalink
Add exclude kotlin stdlib statement to more jda dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed Nov 28, 2023
1 parent a3f9b03 commit 80e8ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ subprojects {

implementation("net.dv8tion:JDA:$jdaVersion") {
exclude(module = "opus-java")
exclude(group = "org.jetbrains.kotlin")
}

if (!isCommon) {
Expand Down
1 change: 1 addition & 0 deletions forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ dependencies {

include("net.dv8tion:JDA:$jdaVersion") {
exclude(module = "opus-java")
exclude(group = "org.jetbrains.kotlin")
}
}

0 comments on commit 80e8ea0

Please sign in to comment.