Skip to content

Commit

Permalink
Remove workaround dependency (#214)
Browse files Browse the repository at this point in the history
Co-authored-by: Gleb Nazarov <[email protected]>
  • Loading branch information
stokado and Gleb Nazarov authored Jan 27, 2025
1 parent 184239a commit 8028adb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fullstack-mpp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ kotlin {
implementation("org.jetbrains.kotlin:kotlin-test-js")
implementation("io.ktor:ktor-client-core")
implementation("io.ktor:ktor-client-js")
// specify ws version explicitly to fix webpack task
implementation(npm("ws", "8.18.0")) // TODO should be removed, after ktor 3.0.3 release (KTOR-7912)
}
}
}
Expand Down

0 comments on commit 8028adb

Please sign in to comment.