Use dependency catalogs, and add support for using local concrete.

This commit is contained in:
2023-02-07 14:16:17 -05:00
parent 3f67e737c4
commit ac0a0b2bed
9 changed files with 99 additions and 21 deletions

View File

@ -3,7 +3,7 @@ plugins {
}
dependencies {
implementation("net.dv8tion:JDA:5.0.0-alpha.2") {
implementation(libs.discord.jda) {
exclude(module = "opus-java")
}