Skip to content

Commit ea71b02

Browse files
Abduqodiri Qurbonzodaqurbonzoda
authored andcommitted
Remove the legacy js target
1 parent ea2787d commit ea71b02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Immutable collection interfaces and implementation prototypes for Kotlin.
1111

12-
This is a multiplatform library providing implementations for `jvm`, `js` (both Legacy and IR),
12+
This is a multiplatform library providing implementations for `jvm`, `js` ([IR](https://kotlinlang.org/docs/js-ir-compiler.html)),
1313
and all [targets supported by the Kotlin/Native compiler](https://kotlinlang.org/docs/native-target-support.html).
1414

1515
For further details see the [proposal](proposal.md).

benchmarks/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ kotlin {
2424
}
2525
}
2626

27-
js(IR) {
27+
js {
2828
nodejs {
2929

3030
}

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ kotlin {
5252
}
5353
}
5454

55-
js(BOTH) {
55+
js {
5656
nodejs {
5757
testTask {
5858
useMocha {

0 commit comments

Comments
 (0)