Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit fcb1ee9

Browse files
committed
Use IR only
1 parent bae8adb commit fcb1ee9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ kotlin {
4040
}
4141
}
4242
}
43-
js(BOTH) {
43+
js(IR) {
4444
browser()
4545
nodejs()
4646
}
@@ -56,7 +56,7 @@ kotlin {
5656
}
5757
val jvmTest by getting {
5858
dependencies {
59-
implementation(libs.kotest.framework.api)
59+
implementation(libs.kotest.framework.engine)
6060
implementation(libs.kotest.runner.junit5)
6161
}
6262
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ konform = { module = "io.konform:konform", version.ref = "konform" }
77

88
kotest-assertions-shared = { module = "io.kotest:kotest-assertions-shared", version.ref = "kotest" }
99
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
10-
kotest-framework-api = { module = "io.kotest:kotest-framework-api", version.ref = "kotest" }
10+
kotest-framework-engine = { module = "io.kotest:kotest-framework-engine", version.ref = "kotest" }
1111
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }

0 commit comments

Comments
 (0)