Introduce event dispatcher and fix heartbeat, auth reply events
This commit is contained in:
34 files changed
+686
-345
No files matched your search
@@ -17,11 +17,15 @@ kotlin {
|
||||
sourceSets {
|
||||
val ktorVersion = "3.5.2"
|
||||
commonMain.dependencies {
|
||||
api(project(":bl-codec"))
|
||||
api(project(":bl-model"))
|
||||
implementation("io.ktor:ktor-client-core:$ktorVersion")
|
||||
implementation("io.ktor:ktor-client-websockets:$ktorVersion")
|
||||
}
|
||||
|
||||
jvmMain.dependencies {
|
||||
implementation("io.ktor:ktor-client-java:${ktorVersion}")
|
||||
}
|
||||
|
||||
appleMain.dependencies {
|
||||
implementation("io.ktor:ktor-client-darwin:${ktorVersion}")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user