CoroutinesEventBus add.

- koin dependency injection add
- EventDispatcher fix
This commit is contained in:
dalbodeule
2024-07-31 16:14:58 +09:00
parent 99ec9ba7a0
commit 180dbc85bf
9 changed files with 105 additions and 58 deletions

View File

@@ -11,7 +11,7 @@ repositories {
dependencies {
// https://mvnrepository.com/artifact/net.dv8tion/JDA
implementation("net.dv8tion:JDA:5.0.1") {
api("net.dv8tion:JDA:5.0.1") {
exclude(module = "opus-java")
}
@@ -35,6 +35,9 @@ dependencies {
// https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
implementation("com.squareup.okhttp3:okhttp:4.12.0")
// https://mvnrepository.com/artifact/io.insert-koin/koin-core
implementation("io.insert-koin:koin-core:4.0.0-RC1")
testImplementation(kotlin("test"))
listOf(project(":common")).forEach {