Skip to content

Commit fda0e51

Browse files
authored
Remove kotlin-node dependency (#6708)
1 parent 101e9a7 commit fda0e51

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

gradle/libraries.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,6 @@ androidx-benchmark-macro = "androidx.benchmark:benchmark-macro-junit4:1.4.1"
142142
kotlinx-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
143143
kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "kotlinx-coroutines" }
144144
kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version.ref = "kotlinx-datetime" }
145-
#breaking change from JsTuple to Tuple would require recompiling mock-server
146-
#breaking change: https://github.com/JetBrains/kotlin-wrappers/commit/c5393273bc7c5c818dccc33ca5067f0e084c9ae0
147-
#noinspection NewerVersionAvailable
148-
kotlin-node = "org.jetbrains.kotlin-wrappers:kotlin-node:2025.3.2-22.13.1"
149145
kotlinx-serialization-plugin = { group = "org.jetbrains.kotlin", name = "kotlin-serialization", version.ref = "kotlin-plugin" }
150146
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinx-serialization-runtime" }
151147
kotlinx-binarycompatibilityvalidator = { group = "org.jetbrains.kotlinx", name = "binary-compatibility-validator", version = "0.18.1" }

kotlin-js-store/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/apollo-runtime/build.gradle.kts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,6 @@ kotlin {
6464
implementation(libs.ktor.client.js.get().toString()) {
6565
because("We use in the ktor client in DefaultWebSocketEngine")
6666
}
67-
/**
68-
* Kotlin Node declarations
69-
*
70-
* The situation is a bit weird because jsMain has both browser and node dependencies but
71-
* there is not much we can do about it
72-
* See https://youtrack.jetbrains.com/issue/KT-47038
73-
*/
74-
implementation(libs.kotlin.node)
7567
}
7668
}
7769

0 commit comments

Comments
 (0)