Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
// bcpkix removed — X25519 now uses JDK-native crypto; bcprov stays for Ed25519

// Coroutines for async operations
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.11.0")

// WebRTC — real, internet-capable P2P data-channel transport (JVM wrapper around
// libwebrtc; Apache-2.0). Mirrors SIPSorcery (C#) and pion (Go) in the transport family.
Expand Down
Loading