Skip to content

Commit fd55d88

Browse files
committed
disable d8 migrate after Compose update
1 parent 77bb991 commit fd55d88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

benchmarks/multiplatform/benchmarks/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,16 @@ kotlin {
4747
@OptIn(ExperimentalWasmDsl::class)
4848
wasmJs {
4949
binaries.executable()
50+
// todo: restore d8 benchmark after Compose update
51+
/*
5052
d8 {
5153
compilerOptions.freeCompilerArgs.add("-Xwasm-attach-js-exception")
5254
runTask {
5355
// It aborts even on coroutine cancellation exceptions:
5456
// d8Args.add("--abort-on-uncaught-exception")
5557
}
5658
}
59+
*/
5760
browser()
5861

5962
binaries.configureEach {

0 commit comments

Comments
 (0)